Class IllegalStateException

Direct Known Subclasses:
BlockingDisallowedException

public class IllegalStateException extends RuntimeException
  • Constructor Details

    • IllegalStateException

      public IllegalStateException()
    • IllegalStateException

      public IllegalStateException(String s)
    • IllegalStateException

      public IllegalStateException(String s, Throwable cause)
      Constructs an IllegalStateException with the specified detail message and cause. s - the detail message. cause - the cause.
    • IllegalStateException

      public IllegalStateException(Throwable cause)
      Constructs an IllegalStateException with the specified cause. cause - the cause.