Package me.desair.tus.server.exception
Class TusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.desair.tus.server.exception.TusException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChecksumAlgorithmNotSupportedException
,InvalidContentLengthException
,InvalidContentTypeException
,InvalidPartialUploadIdException
,InvalidTusResumableException
,InvalidUploadLengthException
,InvalidUploadOffsetException
,MaxUploadLengthExceededException
,PatchOnFinalUploadNotAllowedException
,PostOnInvalidRequestURIException
,UnsupportedMethodException
,UploadAlreadyLockedException
,UploadChecksumMismatchException
,UploadInProgressException
,UploadLengthNotAllowedOnConcatenationException
,UploadNotFoundException
,UploadOffsetMismatchException
Super class for exception in the tus protocol
- See Also:
-
Constructor Summary
ConstructorDescriptionTusException
(int status, String message) TusException
(int status, String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TusException
-
TusException
-
-
Method Details
-
getStatus
public int getStatus()
-