public class AttachmentTooLargeException extends SaveAttachmentException
Constructor and Description |
---|
AttachmentTooLargeException()
Constructor.
|
AttachmentTooLargeException(java.lang.String message)
Constructor.
|
AttachmentTooLargeException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
AttachmentTooLargeException(java.lang.Throwable cause)
Constructor.
|
public AttachmentTooLargeException()
public AttachmentTooLargeException(java.lang.String message)
message
- The detail messagepublic AttachmentTooLargeException(java.lang.String message, java.lang.Throwable cause)
message
- The detail messagecause
- The root cause of this exceptionpublic AttachmentTooLargeException(java.lang.Throwable cause)
cause
- The root cause of this exception