Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageTooLargeException()
public MessageTooLargeException(byte[] message)
public MessageTooLargeException(int length)
public MessageTooLargeException(String msg)
Copyright © 2020. All rights reserved.