org.cumulus4j.store.crypto
Class UnknownCryptoManagerIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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 CryptoManager
registered.
getCryptoManagerID
public String getCryptoManagerID()
- Get the ID for which there is no
CryptoManager
registered.
- Returns:
- the ID for which there is no
CryptoManager
registered. Might be null
,
if there was no cryptoManagerID
specified at all.
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.