Class ProviderNotInitializableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.ProviderNotInitializableException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ProviderNotInitializableException extends JaxRsException
Deprecated.Will be removed in next minor release.Indicates that a provider could not be used. The reason exception is already logged or whatever.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description ProviderNotInitializableException()Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-