Package net.shibboleth.shared.io
Class SizeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.shibboleth.shared.io.SizeLimitExceededException
- All Implemented Interfaces:
Serializable
Exception used by
SizeLimitedInputStream to indicate when the
maximum allowed size of the stream has been reached.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SizeLimitExceededException(String message) Constructor.SizeLimitExceededException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
SizeLimitExceededException
public SizeLimitExceededException()Constructor. -
SizeLimitExceededException
Constructor.- Parameters:
message- exception messagecause- underlying cause of this exception
-
SizeLimitExceededException
Constructor.- Parameters:
message- exception message
-
SizeLimitExceededException
Constructor.- Parameters:
cause- underlying cause of this exception
-