ExceedMessageSizeExceptionpublic final class ExceedMessageSizeException extends ContentRestrictionException An exception that is thrown when message size exceeds limitation. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ExceedMessageSizeException()
super();
| public ExceedMessageSizeException(String msg)
super(msg);
| public ExceedMessageSizeException(Exception cause)
super(cause);
|
|