public class AuthenticationFailedException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and 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, toStringprivate static final long serialVersionUID
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 exception