Class IllegalConstrParamTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalTypeException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalConstrParamTypeException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class IllegalConstrParamTypeException extends IllegalTypeException
Deprecated.Will be removed in next minor release.This kind of exception is thrown, when a type of a parameter of constructor is illegal.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description IllegalConstrParamTypeException(IllegalTypeException ite)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalConstrParamTypeException
public IllegalConstrParamTypeException(IllegalTypeException ite)
Deprecated.- Parameters:
ite-
-
-