public class ResponseAuthenticationException
extends javax.ws.rs.client.ResponseProcessingException
Constructor and Description |
---|
ResponseAuthenticationException(javax.ws.rs.core.Response response,
java.lang.String message)
Creates new instance of this exception with exception message.
|
ResponseAuthenticationException(javax.ws.rs.core.Response response,
java.lang.String message,
java.lang.Throwable cause)
Creates new instance of this exception with exception message and exception cause.
|
ResponseAuthenticationException(javax.ws.rs.core.Response response,
java.lang.Throwable cause)
Creates new instance of this exception with exception cause.
|
public ResponseAuthenticationException(javax.ws.rs.core.Response response, java.lang.Throwable cause)
response
- the response instance for which the processing failed.cause
- Exception cause.public ResponseAuthenticationException(javax.ws.rs.core.Response response, java.lang.String message)
response
- the response instance for which the processing failed.message
- Exception message.public ResponseAuthenticationException(javax.ws.rs.core.Response response, java.lang.String message, java.lang.Throwable cause)
response
- the response instance for which the processing failed.message
- Exception message.cause
- Exception cause.