|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.events.EventsException
com.ibm.events.emitter.EmitterException
com.ibm.events.emitter.SendFailureException
Indicates that a problem occurred in the emitter processing when sending an event to the event bus.
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
,
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent, int, int)
,
Serialized FormConstructor Summary | |
---|---|
SendFailureException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Constructs a SendFailureException that contains a message. |
|
SendFailureException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs a SendFailureException that contains a message and a causing exception. |
|
SendFailureException(java.lang.Throwable cause)
Constructs a SendFailureException that contains a causing exception. |
Methods inherited from class com.ibm.events.EventsException |
---|
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SendFailureException(java.lang.Throwable cause)
cause
- The exception that caused the emitter exception to be created.public SendFailureException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
key
- The ID of the message to use as the exception message.file
- The resource bundle that contains the key.parms
- The parameters to the message.public SendFailureException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
key
- The ID of the message to use as the exception message.file
- The resource bundle that contains the key.parms
- The parameters to the message.cause
- The exception that caused the emitter exception to be created.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |