Class NotAcceptableWebAppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.restlet.ext.jaxrs.internal.exceptions.NotAcceptableWebAppException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class NotAcceptableWebAppException extends javax.ws.rs.WebApplicationExceptionDeprecated.Will be removed in next minor release.The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.private java.util.Collection<javax.ws.rs.core.Variant>supportedDeprecated.
-
Constructor Summary
Constructors Constructor Description NotAcceptableWebAppException(java.util.Collection<javax.ws.rs.core.Variant> supported)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<javax.ws.rs.core.Variant>getSupported()Deprecated.Returns the supportedVariants.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
supported
private final java.util.Collection<javax.ws.rs.core.Variant> supported
Deprecated.
-
-