Class InvalidWebSocketException
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.InvalidWebSocketException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DuplicateAnnotationException, InvalidSignatureException
Indicating that the provided Class is not a valid WebSocket per the chosen API.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidWebSocketException(String message) InvalidWebSocketException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidWebSocketException
 - 
InvalidWebSocketException
 
 -