@Deprecated public class UnsupportedMediaTypeException extends LoggableFailure
jaxrs-api
,
NotSupportedException
,
Serialized FormConstructor and Description |
---|
UnsupportedMediaTypeException(String s)
Deprecated.
|
UnsupportedMediaTypeException(String s,
javax.ws.rs.core.Response response)
Deprecated.
|
UnsupportedMediaTypeException(String s,
Throwable throwable)
Deprecated.
|
UnsupportedMediaTypeException(String s,
Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
UnsupportedMediaTypeException(Throwable throwable)
Deprecated.
|
UnsupportedMediaTypeException(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 UnsupportedMediaTypeException(String s)
public UnsupportedMediaTypeException(String s, javax.ws.rs.core.Response response)
public UnsupportedMediaTypeException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public UnsupportedMediaTypeException(String s, Throwable throwable)
public UnsupportedMediaTypeException(Throwable throwable)
public UnsupportedMediaTypeException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2015 JBoss by Red Hat. All rights reserved.