com.ibm.cryptobeans.events
Class CryptoTransformationErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.processingbean.events.ActionErrorEvent
              |
              +--com.ibm.cryptobeans.events.CryptoTransformationErrorEvent

public class CryptoTransformationErrorEvent
extends ActionErrorEvent

Event is fired when any error during the process of cryptographic transformation occurs.

See Also:
Serialized Form

Constructor Summary
CryptoTransformationErrorEvent(java.lang.Object source, java.lang.Exception currentException, int messageCode)
          CryptoTransformationErrorEvent constructor.
 
Methods inherited from class com.ibm.processingbean.events.ActionErrorEvent
getCurrentException, getMessage, getMessageCode
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptoTransformationErrorEvent

public CryptoTransformationErrorEvent(java.lang.Object source,
                                      java.lang.Exception currentException,
                                      int messageCode)
CryptoTransformationErrorEvent constructor.
Parameters:
source - java.lang.Object
currentException - java.lang.Exception
messageCode - int