Class IllegalStateException

All Implemented Interfaces:
Serializable

public class IllegalStateException extends SchedulerException
Exception used when system or request state to perform and operation is incorrect or invalid.
See Also:
  • Constructor Details

    • IllegalStateException

      public IllegalStateException()
      Constructor
    • IllegalStateException

      public IllegalStateException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the associated detailed message
    • IllegalStateException

      public IllegalStateException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - the underlying cause for exception.
    • IllegalStateException

      public IllegalStateException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - the detailed message for the exception.
      cause - underlying cause for the exception.