Class IllegalBeanSetterTypeException
- 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.IllegalBeanSetterTypeException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class IllegalBeanSetterTypeException extends IllegalTypeException
Deprecated.Will be removed in next minor release.This kind of exception is thrown, when a type of a bean setter 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 IllegalBeanSetterTypeException(IllegalTypeException ite)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalBeanSetterTypeException
public IllegalBeanSetterTypeException(IllegalTypeException ite)
Deprecated.- Parameters:
ite-
-
-