Class InvalidSignatureException
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
org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSignatureException
(String message) InvalidSignatureException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidSignatureException
build
(Class<?> pojo, Class<? extends Annotation> methodAnnotationClass, Method method) static InvalidSignatureException
build
(MethodType expectedType, MethodType actualType) 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(Class<?> pojo, Class<? extends Annotation> methodAnnotationClass, Method method) -
build
-