public class AuthChallengeException extends AuthenticationException
Constructor and Description |
---|
AuthChallengeException()
Creates a new AuthChallengeException with a null detail message.
|
AuthChallengeException(java.lang.String message)
Creates a new AuthChallengeException with the specified message.
|
AuthChallengeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AuthChallengeException with the specified detail message and cause.
|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
public AuthChallengeException()
public AuthChallengeException(java.lang.String message)
message
- the exception detail messagepublic AuthChallengeException(java.lang.String message, java.lang.Throwable cause)
message
- the exception detail messagecause
- the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2010 - 2019 Adobe. All Rights Reserved