Class MissingAnnotationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.MissingAnnotationException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MissingAnnotationException extends JaxRsException
Deprecated.Will be removed in next minor release.This exception is thrown, if an required annotation is missing.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description MissingAnnotationException(java.lang.String message)Deprecated.MissingAnnotationException(java.lang.String message, java.lang.Throwable cause)Deprecated.MissingAnnotationException(java.lang.Throwable cause)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MissingAnnotationException
public MissingAnnotationException(java.lang.String message)
Deprecated.- Parameters:
message-
-
MissingAnnotationException
public MissingAnnotationException(java.lang.String message, java.lang.Throwable cause)Deprecated.- Parameters:
message-cause-
-
MissingAnnotationException
public MissingAnnotationException(java.lang.Throwable cause)
Deprecated.- Parameters:
cause-
-
-