Serializable
public class MessageTooLargeException extends RuntimeException
Constructor | Description |
---|---|
MessageTooLargeException() |
|
MessageTooLargeException(byte[] message) |
|
MessageTooLargeException(int length) |
|
MessageTooLargeException(String msg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageTooLargeException()
public MessageTooLargeException(byte[] message)
public MessageTooLargeException(int length)
public MessageTooLargeException(String msg)
Copyright © 2019. All rights reserved.