Class IllegalParamTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IllegalPathParamTypeException
@Deprecated public abstract class IllegalParamTypeException extends JaxRsException
Deprecated.Will be removed in next minor release.Superclass for Exceptions, if a type of a @*Param annotated parameter, field or bean setter is not valid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description IllegalParamTypeException(java.lang.String message)Deprecated.IllegalParamTypeException(java.lang.String message, java.lang.Throwable throwable)Deprecated.IllegalParamTypeException(java.lang.Throwable throwable)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalParamTypeException
public IllegalParamTypeException(java.lang.String message)
Deprecated.- Parameters:
message-
-
IllegalParamTypeException
public IllegalParamTypeException(java.lang.String message, java.lang.Throwable throwable)Deprecated.- Parameters:
message-throwable-
-
IllegalParamTypeException
public IllegalParamTypeException(java.lang.Throwable throwable)
Deprecated.- Parameters:
throwable-
-
-