Package io.tus.java.client
Class FingerprintNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- io.tus.java.client.FingerprintNotFoundException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class FingerprintNotFoundException extends java.lang.ExceptionThis exception is thrown byTusClient.resumeUpload(TusUpload)if no upload URL has been stored in theTusURLStore.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FingerprintNotFoundException(java.lang.String fingerprint)
 
-