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