public class NotSupportedException extends ClientErrorException
not supported.| Constructor and Description |
|---|
NotSupportedException()
Construct a new unsupported media type exception.
|
NotSupportedException(Response response)
Construct a new unsupported media type exception.
|
NotSupportedException(Response response,
Throwable cause)
Construct a new unsupported media type exception.
|
NotSupportedException(Throwable cause)
Construct a new unsupported media type exception.
|
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException()
public NotSupportedException(Response response) throws IllegalArgumentException
response - error response.IllegalArgumentException - in case the status code set in the response
is not HTTP 415.public NotSupportedException(Throwable cause)
cause - the underlying cause of the exception.public NotSupportedException(Response response, Throwable cause) throws IllegalArgumentException
response - error response.cause - the underlying cause of the exception.IllegalArgumentException - in case the status code set in the response
is not HTTP 415.Copyright © 2013. All Rights Reserved.