com.arsdigita.kernel.security
Class CredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
com.arsdigita.kernel.security.KernelLoginException
com.arsdigita.kernel.security.CredentialException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CredentialEncodingException, CredentialExpiredException, CredentialNotFoundException, CredentialNotYetValidException, CredentialParsingException
- public class CredentialException
- extends KernelLoginException
Represents an error encountered while handling an authentication
credential during login. Subclasses define particular errors.
- Author:
- Sameer Ajmani
- See Also:
- Serialized Form
versionId
public static final String versionId
- See Also:
- Constant Field Values
CredentialException
public CredentialException()
CredentialException
public CredentialException(String message)
CredentialException
public CredentialException(Throwable rootCause)
CredentialException
public CredentialException(String message,
Throwable rootCause)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC