IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.longrun
Class InvalidIntervalException

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

public class InvalidIntervalException
extends java.lang.Exception

Exception thrown when the specified interval is not one of the supported time intervals

See Also:
Serialized Form

Constructor Summary
InvalidIntervalException(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

InvalidIntervalException

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

getMessage

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

setMessage

public void setMessage(java.lang.String message)

IBM WebSphere Application ServerTM
Release 7