@Deprecated public class NotAcceptableException extends LoggableFailure
jaxrs-api
,
NotAcceptableException
,
Serialized FormConstructor and Description |
---|
NotAcceptableException(String s)
Deprecated.
|
NotAcceptableException(String s,
javax.ws.rs.core.Response response)
Deprecated.
|
NotAcceptableException(String s,
Throwable throwable)
Deprecated.
|
NotAcceptableException(String s,
Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
NotAcceptableException(Throwable throwable)
Deprecated.
|
NotAcceptableException(Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAcceptableException(String s)
public NotAcceptableException(String s, javax.ws.rs.core.Response response)
public NotAcceptableException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public NotAcceptableException(Throwable throwable)
public NotAcceptableException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2015 JBoss by Red Hat. All rights reserved.