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
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 |
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.Objectexc
- java.lang.Exception
getException
public java.lang.Exception getException()
- Returns the exception, which caused the event.
- Returns:
- java.lang.Exception