com.ibm.cryptobeans.events
Class ContentsCorruptedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.cryptobeans.events.ContentsCorruptedEvent

public class ContentsCorruptedEvent
extends java.util.EventObject

Event is fired when the message hash function value doesn't match the original value.

See Also:
Serialized Form

Constructor Summary
ContentsCorruptedEvent(java.lang.Object source)
          ContentsCorruptedEvent constructor.
ContentsCorruptedEvent(java.lang.Object obj, java.lang.Exception exc)
          ContentsCorruptedEvent constructor.
 
Method Summary
 java.lang.Exception getException()
          Returns the exception, which caused the event.
 
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

ContentsCorruptedEvent

public ContentsCorruptedEvent(java.lang.Object source)
ContentsCorruptedEvent constructor.
Parameters:
source - java.lang.Object

ContentsCorruptedEvent

public ContentsCorruptedEvent(java.lang.Object obj,
                              java.lang.Exception exc)
ContentsCorruptedEvent constructor.
Parameters:
obj - java.lang.Object
exc - java.lang.Exception
Method Detail

getException

public java.lang.Exception getException()
Returns the exception, which caused the event.
Returns:
java.lang.Exception