ch.elca.el4j.util.encryption
Class EncryptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.core.exceptions.BaseException
              extended by 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

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseException
m_message, m_messageFormatParameters
 
Constructor Summary
  EncryptionException(String cause)
          Constructor with message.
protected EncryptionException(String message, Object[] parameters, Throwable wrappedException)
           
  EncryptionException(Throwable wrappedException)
          Constructor with wrapped exception.
 
Method Summary
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseException
getFormatParameters, getFormatString, getMessage, setFormatString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.