org.cumulus4j.keystore
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.cumulus4j.keystore.KeyStoreException
org.cumulus4j.keystore.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends KeyStoreException
Thrown by any method of KeyStore
which requires authentication,
if authentication fails. Authentication fails, if no user exists in the
KeyStore
whose name equals the specified authUserName
or the specified
authPassword
is not correct for the specified user.
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException()
AuthenticationException
public AuthenticationException(String msg)
AuthenticationException
public AuthenticationException(Throwable cause)
AuthenticationException
public AuthenticationException(String message,
Throwable cause)
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.