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 SummaryConstructorsConstructorDescriptionTusException(int status, String message) TusException(int status, String message, Throwable e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TusException
- 
TusException
 
- 
- 
Method Details- 
getStatuspublic int getStatus()
 
-