public class IllegalStateException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. IllegalStateException

Known subtypesBlockingDisallowedException

Constructors

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

Inherited methods

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.