com.ibm.cryptobeans.events
Class IncorrectPasswordEvent

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

public class IncorrectPasswordEvent
extends java.util.EventObject

Event is fired when the entered password is incorrect.

See Also:
Serialized Form

Constructor Summary
IncorrectPasswordEvent(java.lang.Object source)
          IncorrectPasswordEvent constructor.
IncorrectPasswordEvent(java.lang.Object obj, java.lang.Exception exc)
          IncorrectPasswordEvent 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

IncorrectPasswordEvent

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

IncorrectPasswordEvent

public IncorrectPasswordEvent(java.lang.Object obj,
                              java.lang.Exception exc)
IncorrectPasswordEvent 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