Class MessageTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.websocket.core.exception.WebSocketException
org.eclipse.jetty.websocket.core.exception.CloseException
org.eclipse.jetty.websocket.core.exception.MessageTooLargeException
- All Implemented Interfaces:
 Serializable
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMessageTooLargeException(String message) MessageTooLargeException(String message, Throwable t)  - 
Method Summary
Methods inherited from class CloseException
getStatusCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MessageTooLargeException
 - 
MessageTooLargeException
 - 
MessageTooLargeException
 
 -