Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class IllegalStateException

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

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.