Class MissingConstructorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.MissingConstructorException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MissingConstructorException extends JaxRsException
Deprecated.Will be removed in next minor release.This exception is thrown, if a root resource class or a provider has no valid contructor- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description MissingConstructorException(java.lang.Class<?> jaxRsClass, java.lang.String rrcOrProvider)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-