public class ResponseAuthenticationException extends ResponseProcessingException
| Constructor and Description |
|---|
ResponseAuthenticationException(Response response,
String message)
Creates new instance of this exception with exception message.
|
ResponseAuthenticationException(Response response,
String message,
Throwable cause)
Creates new instance of this exception with exception message and exception cause.
|
ResponseAuthenticationException(Response response,
Throwable cause)
Creates new instance of this exception with exception cause.
|
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseAuthenticationException(Response response, Throwable cause)
response - the response instance for which the processing failed.cause - Exception cause.public ResponseAuthenticationException(Response response, String message)
response - the response instance for which the processing failed.message - Exception message.public ResponseAuthenticationException(Response response, String message, Throwable cause)
response - the response instance for which the processing failed.message - Exception message.cause - Exception cause.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.