Serializable
ReferralException
public class AuthenticationFailedException extends MessagingException
Constructor | Description |
---|---|
AuthenticationFailedException() |
Constructs an AuthenticationFailedException.
|
AuthenticationFailedException(String message) |
Constructs an AuthenticationFailedException with the specified
detail message.
|
AuthenticationFailedException(String message,
Exception e) |
Constructs an AuthenticationFailedException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AuthenticationFailedException()
public AuthenticationFailedException(String message)
message
- The detailed error messagepublic AuthenticationFailedException(String message, Exception e)
message
- The detailed error messagee
- The embedded exceptionCopyright © 2018 Oracle. All rights reserved.