Class InjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.InjectException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class InjectException extends JaxRsException
Deprecated.Will be removed in next minor release.This kind of exception is thrown, when an object could not be injected in a field or bean setter annotated withContextor other annotations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description InjectException(java.lang.String message, java.lang.Throwable cause)Deprecated.InjectException(MethodInvokeException mie)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InjectException
public InjectException(MethodInvokeException mie)
Deprecated.- Parameters:
mie-
-
InjectException
public InjectException(java.lang.String message, java.lang.Throwable cause)Deprecated.- Parameters:
message-cause-
-
-