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
ConstructorDescriptionDuplicateAnnotationException
(String message) DuplicateAnnotationException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic DuplicateAnnotationException
build
(Class<?> pojo, Class<? extends Annotation> annoClass, Method... methods) Methods inherited from class java.lang.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)
-