com.ibm.websphere.longrun
Class EndpointUnavailableException

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

public class EndpointUnavailableException
extends SchedulerException

Exception thrown when the specified operation is not currently permitted on the job.

See Also:
Serialized Form

Constructor Summary
EndpointUnavailableException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EndpointUnavailableException

public EndpointUnavailableException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class SchedulerException

setMessage

public void setMessage(java.lang.String message)
Overrides:
setMessage in class SchedulerException