javax.security.auth.login
Class CredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.CredentialException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CredentialExpiredException, CredentialNotFoundException
public class CredentialException
- extends LoginException
A generic credential exception.
- Since:
- 1.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CredentialException
public CredentialException()
- Constructs a CredentialException with no detail message. A detail
message is a String that describes this particular exception.
CredentialException
public CredentialException(String msg)
- Constructs a CredentialException with the specified detail message.
A detail message is a String that describes this particular
exception.
- Parameters:
msg
- the detail message.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.