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