Cumulus4j API
(1.2.0)

org.cumulus4j.keystore
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.cumulus4j.keystore.KeyStoreException
                  extended by 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

Constructor Summary
AuthenticationException()
           
AuthenticationException(String msg)
           
AuthenticationException(String message, Throwable cause)
           
AuthenticationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(String msg)

AuthenticationException

public AuthenticationException(Throwable cause)

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.