Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.ee9.websocket.api.exceptions.WebSocketException
org.eclipse.jetty.ee9.websocket.api.exceptions.CloseException
org.eclipse.jetty.ee9.websocket.api.exceptions.ProtocolException
- All Implemented Interfaces:
 Serializable
Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionProtocolException(String message) ProtocolException(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
- 
ProtocolException
 - 
ProtocolException
 - 
ProtocolException
 
 -