org.cumulus4j.keymanager.api
Class KeyManagerException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.cumulus4j.keymanager.api.KeyManagerException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - AuthenticationException, CannotDeleteLastUserException, KeyManagerAPIInstantiationException, KeyStoreNotEmptyException
 
public class KeyManagerException
- extends Exception
 
Base class for all checked exceptions thrown by KeyManagerAPI (and related API).
- 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 | 
 
 
KeyManagerException
public KeyManagerException()
KeyManagerException
public KeyManagerException(String message)
KeyManagerException
public KeyManagerException(Throwable cause)
KeyManagerException
public KeyManagerException(String message,
                           Throwable cause)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.