org.cumulus4j.keystore
Class UserNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.security.GeneralSecurityException
              
org.cumulus4j.keystore.KeyStoreException
                  
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UserNotFoundException
public UserNotFoundException()
UserNotFoundException
public UserNotFoundException(String message)
UserNotFoundException
public UserNotFoundException(Throwable cause)
UserNotFoundException
public UserNotFoundException(String message,
                             Throwable cause)
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.