org.cumulus4j.store.crypto
Class UnknownCryptoManagerIDException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
                   org.cumulus4j.store.crypto.UnknownCryptoManagerIDException
org.cumulus4j.store.crypto.UnknownCryptoManagerIDException
- All Implemented Interfaces: 
- Serializable
- public class UnknownCryptoManagerIDException 
- extends IllegalArgumentException
Thrown by CryptoManagerRegistry.getCryptoManager(String), if there is no CryptoManager
 registered for the given ID.
- 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 | 
 
 
UnknownCryptoManagerIDException
public UnknownCryptoManagerIDException(String cryptoManagerID)
- Create a new exception instance.
 
- Parameters:
- cryptoManagerID- the ID for which there is no- CryptoManagerregistered.
 
getCryptoManagerID
public String getCryptoManagerID()
- Get the ID for which there is no CryptoManagerregistered.
 
- 
- Returns:
- the ID for which there is no CryptoManagerregistered. Might benull,
 if there was nocryptoManagerIDspecified at all.
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.