Class IllegalMethodParamTypeException
- 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.IllegalMethodParamTypeException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class IllegalMethodParamTypeException extends IllegalTypeException
Deprecated.Will be removed in next minor release.This kind of exception is thrown, when a type of a method ((sub) resource method or asub resource locator) parameter must not be annotated with the given JAX-RS annotation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description IllegalMethodParamTypeException(IllegalTypeException ite)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalMethodParamTypeException
public IllegalMethodParamTypeException(IllegalTypeException ite)
Deprecated.- Parameters:
ite-
-
-