public class RequestAuthenticationException
extends javax.ws.rs.ProcessingException
Constructor and Description |
---|
RequestAuthenticationException(java.lang.String message)
Creates new instance of this exception with exception message.
|
RequestAuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Creates new instance of this exception with exception message and exception cause.
|
RequestAuthenticationException(java.lang.Throwable cause)
Creates new instance of this exception with exception cause.
|
public RequestAuthenticationException(java.lang.Throwable cause)
cause
- Exception cause.public RequestAuthenticationException(java.lang.String message)
message
- Exception message.public RequestAuthenticationException(java.lang.String message, java.lang.Throwable cause)
message
- Exception message.cause
- Exception cause.