Class JaxRsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConvertParameterException,ConvertRepresentationException,IllegalParamTypeException,IllegalPathException,IllegalTypeException,InjectException,MethodInvokeException,MissingAnnotationException,MissingConstructorException,ProviderNotInitializableException
@Deprecated public abstract class JaxRsException extends java.lang.ExceptionDeprecated.Will be removed in next minor release.This class is the super class for the most exception classes in this implementation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description JaxRsException()Deprecated.For subclasses onlyJaxRsException(java.lang.String message)Deprecated.JaxRsException(java.lang.String message, java.lang.Throwable cause)Deprecated.JaxRsException(java.lang.Throwable cause)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JaxRsException
JaxRsException()
Deprecated.For subclasses only
-
JaxRsException
public JaxRsException(java.lang.String message)
Deprecated.- Parameters:
message-
-
JaxRsException
public JaxRsException(java.lang.String message, java.lang.Throwable cause)Deprecated.- Parameters:
message-cause-
-
JaxRsException
public JaxRsException(java.lang.Throwable cause)
Deprecated.- Parameters:
cause-
-
-