IBM WebSphere Application ServerTM
Release 8

com.ibm.events.emitter
Class SendFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.events.EventsException
              extended by com.ibm.events.emitter.EmitterException
                  extended by com.ibm.events.emitter.SendFailureException
All Implemented Interfaces:
java.io.Serializable

public class SendFailureException
extends EmitterException

Indicates that a problem occurred in the emitter processing when sending an event to the event service.

Since:
5.1.0
Version:
1.2 11/4/05
See Also:
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent), Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent, int, int), Serialized Form

Constructor 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.
 
Method Summary
 
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

SendFailureException

public SendFailureException(java.lang.Throwable cause)
Constructs a SendFailureException that contains a causing exception.

Parameters:
cause - The exception that caused the emitter exception to be created.

SendFailureException

public SendFailureException(java.lang.String key,
                            java.lang.String file,
                            java.lang.Object[] parms)
Constructs a SendFailureException that contains a message.

Parameters:
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.

SendFailureException

public 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.

Parameters:
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.

IBM WebSphere Application ServerTM
Release 8