ch.elca.el4j.util.encryption
Class EncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.elca.el4j.core.exceptions.BaseException
ch.elca.el4j.util.encryption.EncryptionException
- All Implemented Interfaces:
- Serializable
public class EncryptionException
- extends BaseException
Exception that is thrown when an encryption or decryption exception occured.
- Author:
- Andreas Pfenninger (APR)
- See Also:
- Serialized Form
- File-location:
- EncryptionException
- Last check-in date:
- 2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874
EncryptionException
protected EncryptionException(String message,
Object[] parameters,
Throwable wrappedException)
- See Also:
for comment of constructor.
EncryptionException
public EncryptionException(Throwable wrappedException)
- Constructor with wrapped exception.
- Parameters:
wrappedException
- The exception that occured during encryption.
EncryptionException
public EncryptionException(String cause)
- Constructor with message.
- Parameters:
cause
- The reason for this exception.
Copyright © 2005-2011 ELCA. All Rights Reserved.