public class AuthenticationFailedException extends MessagingException
| 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, toStringpublic 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