IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.scheduler
Class NotificationSinkInvalid

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.NotificationSinkInvalid
All Implemented Interfaces:
java.io.Serializable

public class NotificationSinkInvalid
extends SchedulerException

Invalid NotificationSink object detected. The NotificationSinkHome was set to null on the TaskInfo.setNotificationSink(com.ibm.websphere.scheduler.NotificationSinkHome) method or the bean does not implement the correct interfaces.

Since:
5.0
Version:
5.0
See Also:
NotificationSink, Serialized Form

Constructor Summary
NotificationSinkInvalid()
           
NotificationSinkInvalid(java.lang.String s)
           
NotificationSinkInvalid(java.lang.String s, java.lang.Throwable t)
           
NotificationSinkInvalid(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

NotificationSinkInvalid

public NotificationSinkInvalid()

NotificationSinkInvalid

public NotificationSinkInvalid(java.lang.String s)

NotificationSinkInvalid

public NotificationSinkInvalid(java.lang.Throwable t)

NotificationSinkInvalid

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

IBM WebSphere Application ServerTM
Release 8