Cumulus4j API
(1.2.0)

org.cumulus4j.keystore
Class UserNotFoundException

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.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException
extends KeyStoreException

Thrown by the KeyStore, if a userName references a non-existent user.

Note, that this does not apply to user-names used for authentication (usually named authUserName), as this would cause an AuthenticationException instead.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
See Also:
Serialized Form

Constructor Summary
UserNotFoundException()
           
UserNotFoundException(String message)
           
UserNotFoundException(String message, Throwable cause)
           
UserNotFoundException(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

UserNotFoundException

public UserNotFoundException()

UserNotFoundException

public UserNotFoundException(String message)

UserNotFoundException

public UserNotFoundException(Throwable cause)

UserNotFoundException

public UserNotFoundException(String message,
                             Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.