org.mule.umo.security
Class CryptoFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.MuleException
org.mule.umo.security.CryptoFailureException
- All Implemented Interfaces:
- Serializable
- public class CryptoFailureException
- extends MuleException
CryptoFailureException
is a generic exception thrown by an
CryptoStrategy if encryption or decryption fails. The constuctors of this
exception accept a UMOEncryptionStrategy that will be included in the exception
message. Implementors of UMOEncryptionStrategy should provide a toString method
that exposes *only* information that maybe useful for debugging not passwords,
secret keys, etc.
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class org.mule.umo.UMOException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
CryptoFailureException
public CryptoFailureException(Message message,
UMOEncryptionStrategy strategy)
CryptoFailureException
public CryptoFailureException(Message message,
UMOEncryptionStrategy strategy,
Throwable cause)
CryptoFailureException
public CryptoFailureException(UMOEncryptionStrategy strategy,
Throwable cause)
getEncryptionStrategy
public UMOEncryptionStrategy getEncryptionStrategy()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.