Package ej.bon

Class IllegalStateException

  • All Implemented Interfaces:
    Serializable

    public class IllegalStateException
    extends RuntimeException
    Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalStateException

        public IllegalStateException()
        Constructs an IllegalStateException with no detail message.
      • IllegalStateException

        public IllegalStateException​(String s)
        Constructs an IllegalStateException with the specified detail message.
        Parameters:
        s - the String that contains a detailed message