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:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSignatureException
(String message) InvalidSignatureException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidSignatureException
build
(Method method, Class<? extends Annotation> annoClass, ParamList... paramlists) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSignatureException
-
InvalidSignatureException
-
-
Method Details
-
build
public static InvalidSignatureException build(Method method, Class<? extends Annotation> annoClass, ParamList... paramlists)
-