|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConnProcessorExceptionEvent
FlapExceptionEvent
An event fired when an exception occurs during the FLAP processing process.
Field Summary |
Fields inherited from class ConnProcessorExceptionEvent |
ERRTYPE_CMD_GEN, ERRTYPE_CMD_WRITE, ERRTYPE_CONNECTION_ERROR, ERRTYPE_PACKET_LISTENER |
Constructor Summary | |
protected |
FlapExceptionEvent(java.lang.Object type,
FlapProcessor conn,
java.lang.Throwable exception,
java.lang.Object reason)
Creates a new exception event with the given properties. |
Method Summary | |
FlapProcessor |
getFlapProcessor()
Returns the FLAP connection on which this exception was thrown. |
Methods inherited from class ConnProcessorExceptionEvent |
getException, getReason, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected FlapExceptionEvent(java.lang.Object type, FlapProcessor conn, java.lang.Throwable exception, java.lang.Object reason)
type
- the type or source of the thrown exceptionconn
- the FLAP connection on which this exception occurredexception
- the exception that was thrownreason
- a reason or description of why or how this exception was
thrownMethod Detail |
public final FlapProcessor getFlapProcessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |