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
ConstructorsConstructorDescriptionInvalidSignatureException(String message) InvalidSignatureException(String message, Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidSignatureExceptionbuild(Class<?> pojo, Class<? extends Annotation> methodAnnotationClass, Method method) static InvalidSignatureExceptionbuild(MethodType expectedType, MethodType actualType) Methods inherited from class 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
 
 -