public class RequestAuthenticationException
extends javax.ws.rs.ProcessingException
Constructor and Description |
---|
RequestAuthenticationException(String message)
Creates new instance of this exception with exception message.
|
RequestAuthenticationException(String message,
Throwable cause)
Creates new instance of this exception with exception message and exception cause.
|
RequestAuthenticationException(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 RequestAuthenticationException(Throwable cause)
cause
- Exception cause.public RequestAuthenticationException(String message)
message
- Exception message.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.