public class AcceptorExceptionEvent
extends java.util.EventObject
AcceptorExceptionEvent
defines an event state object for a
Acceptor Exception events.Constructor and Description |
---|
AcceptorExceptionEvent(java.lang.Object source,
ORB orb,
java.lang.Throwable th)
Creates a new
AcceptorExceptionEvent instance passing in the
source of the event and relevant connection data. |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getException()
getException is an accessor for the stack trace. |
ORB |
getORB()
getORB is an accessor for the ORB. |
java.lang.String |
toString()
Returns a String representation of this EventObject.
|
public AcceptorExceptionEvent(java.lang.Object source, ORB orb, java.lang.Throwable th)
AcceptorExceptionEvent
instance passing in the
source of the event and relevant connection data.source
- an Object
valueorb
- an ORB
valueth
- a Throwable
valuepublic ORB getORB()
getORB
is an accessor for the ORB.ORB
valuepublic java.lang.Throwable getException()
getException
is an accessor for the stack trace.Throwable
valuepublic java.lang.String toString()
toString
in class java.util.EventObject