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 Summary
ConstructorsConstructorDescriptionUploadLimitExceededException
(String message) UploadLimitExceededException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UploadLimitExceededException
public UploadLimitExceededException() -
UploadLimitExceededException
-
UploadLimitExceededException
-
UploadLimitExceededException
-