|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.processingbean.events.ActionErrorEvent | +--com.ibm.cryptobeans.events.CryptoTransformationErrorEvent
Event is fired when any error during the process of cryptographic transformation occurs.
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 |
public CryptoTransformationErrorEvent(java.lang.Object source, java.lang.Exception currentException, int messageCode)
source
- java.lang.ObjectcurrentException
- java.lang.ExceptionmessageCode
- int
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |