Skip to main content

InvalidStateException

Complete API reference for InvalidStateException, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class InvalidStateException extends RuntimeException

Constructors

SignatureDescription
InvalidStateException()Creates a new instance of InvalidStateException.
InvalidStateException(String)Creates a new instance of InvalidStateException.
InvalidStateException(String, Throwable)Creates a new instance of InvalidStateException.
InvalidStateException(Throwable)Creates a new instance of InvalidStateException.