java.io.Serializable
ReferralException
public class AuthenticationFailedException extends MessagingException
Constructor | Description |
---|---|
AuthenticationFailedException() |
Constructs an AuthenticationFailedException.
|
AuthenticationFailedException(java.lang.String message) |
Constructs an AuthenticationFailedException with the specified
detail message.
|
AuthenticationFailedException(java.lang.String message,
java.lang.Exception e) |
Constructs an AuthenticationFailedException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toString
public AuthenticationFailedException()
public AuthenticationFailedException(java.lang.String message)
message
- The detailed error messagepublic AuthenticationFailedException(java.lang.String message, java.lang.Exception e)
message
- The detailed error messagee
- The embedded exceptionCopyright © 2018 Oracle. All rights reserved.