Class IllegalPathParamTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalPathParamTypeException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class IllegalPathParamTypeException extends IllegalParamTypeException
Deprecated.Will be removed in next minor release.Thrown, if a type of a @PathParamannotated 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 IllegalPathParamTypeException(java.lang.String message)Deprecated.IllegalPathParamTypeException(java.lang.String message, java.lang.Throwable throwable)Deprecated.IllegalPathParamTypeException(java.lang.Throwable throwable)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalPathParamTypeException
public IllegalPathParamTypeException(java.lang.String message)
Deprecated.- Parameters:
message-
-
IllegalPathParamTypeException
public IllegalPathParamTypeException(java.lang.String message, java.lang.Throwable throwable)Deprecated.- Parameters:
message-throwable-
-
IllegalPathParamTypeException
public IllegalPathParamTypeException(java.lang.Throwable throwable)
Deprecated.- Parameters:
throwable-
-
-