Class InvalidSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.websocket.api.WebSocketException
-
- org.eclipse.jetty.websocket.api.InvalidWebSocketException
-
- org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class InvalidSignatureException extends InvalidWebSocketException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSignatureException(java.lang.String message)
Deprecated.InvalidSignatureException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InvalidSignatureException
build(java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, ParamList... paramlists)
Deprecated.
-
-
-
Method Detail
-
build
public static InvalidSignatureException build(java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, ParamList... paramlists)
Deprecated.
-
-