Class DuplicateAnnotationException
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.DuplicateAnnotationException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDuplicateAnnotationException(String message) DuplicateAnnotationException(String message, Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic DuplicateAnnotationExceptionbuild(Class<?> pojo, Class<? extends Annotation> annoClass, Method... methods) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DuplicateAnnotationException
 - 
DuplicateAnnotationException
 
 - 
 - 
Method Details
- 
build
public static DuplicateAnnotationException build(Class<?> pojo, Class<? extends Annotation> annoClass, Method... methods)  
 -