Package org.eclipse.jetty.websocket.util
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.util.InvalidWebSocketException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DuplicateAnnotationException,InvalidSignatureException
public class InvalidWebSocketException extends WebSocketException
Indicating that the provided Class is not a valid WebSocket per the chosen API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidWebSocketException(java.lang.String message)InvalidWebSocketException(java.lang.String message, java.lang.Throwable cause)
-