Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Class IllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.IllegalStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalStateException
extends SchedulerException

This exception class is thrown when system or request state to perform and operation is incorrect or invalid.

See Also:
Serialized Form

Constructor Summary
IllegalStateException()
          Constructor
IllegalStateException(java.lang.String msg)
          Constructor with a detailed message.
IllegalStateException(java.lang.String msg, java.lang.Throwable cause)
          Constructor with a detailed message and underlying cause.
IllegalStateException(java.lang.Throwable cause)
          Constructor with the underlying cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

IllegalStateException

public IllegalStateException()
Constructor


IllegalStateException

public IllegalStateException(java.lang.String msg)
Constructor with a detailed message.

Parameters:
msg - - the associated detailed message

IllegalStateException

public IllegalStateException(java.lang.Throwable cause)
Constructor with the underlying cause.

Parameters:
cause - - the underlying cause for exception.

IllegalStateException

public IllegalStateException(java.lang.String msg,
                             java.lang.Throwable cause)
Constructor with a detailed message and underlying cause.

Parameters:
msg - - the detailed message for the exception.
cause - - underlying cause for the exception.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.