IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.scheduler
Class NotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.scheduler.SchedulerException
              extended by com.ibm.websphere.scheduler.NotificationException
All Implemented Interfaces:
java.io.Serializable

public class NotificationException
extends SchedulerException

A NotficationSink failed to fire. Thrown when firing a notification on a NotificationSink bean throws an unexpected exception.

Since:
5.0
Version:
5.0
See Also:
Serialized Form

Constructor Summary
NotificationException()
           
NotificationException(java.lang.String s)
           
NotificationException(java.lang.String s, java.lang.Throwable t)
           
NotificationException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.scheduler.SchedulerException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationException

public NotificationException()

NotificationException

public NotificationException(java.lang.String s)

NotificationException

public NotificationException(java.lang.Throwable t)

NotificationException

public NotificationException(java.lang.String s,
                             java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 8