Package com.saperion.exception
Class UploadLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.saperion.exception.UploadLimitExceededException
- All Implemented Interfaces:
- Serializable
Will be thrown if a SerializableStream exceeds its length-limit (as given by the ContentStream
 to serialize).
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUploadLimitExceededException(String message) UploadLimitExceededException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UploadLimitExceededExceptionpublic UploadLimitExceededException()
- 
UploadLimitExceededException
- 
UploadLimitExceededException
- 
UploadLimitExceededException
 
-