Package io.tus.java.client
Class FingerprintNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.tus.java.client.FingerprintNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown by
TusClient.resumeUpload(TusUpload)
if no upload URL
has been stored in the TusURLStore
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFingerprintNotFoundException
(String fingerprint) Instantiates a new Object of typeFingerprintNotFoundException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FingerprintNotFoundException
Instantiates a new Object of typeFingerprintNotFoundException
.- Parameters:
fingerprint
-
-