Package com.carfey.suite.security
Class Authenticator.AuthenticationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.carfey.suite.businessobject.AbstractBusinessObject.BusinessObjectException
-
- com.carfey.suite.security.Authenticator.AuthenticationFailedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Authenticator.AuthenticationMembershipFailedException
- Enclosing interface:
- Authenticator
public static class Authenticator.AuthenticationFailedException extends com.carfey.suite.businessobject.AbstractBusinessObject.BusinessObjectException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailedException(java.lang.Exception e)AuthenticationFailedException(java.lang.String message)AuthenticationFailedException(java.lang.String msg, java.lang.Exception e)
-
-
-
Constructor Detail
-
AuthenticationFailedException
public AuthenticationFailedException(java.lang.Exception e)
-
AuthenticationFailedException
public AuthenticationFailedException(java.lang.String msg, java.lang.Exception e)
-
AuthenticationFailedException
public AuthenticationFailedException(java.lang.String message)
-
-