IllegalStateException CLASS

A generic error indicating that the sub-system is in an illegal state to perform certain operations. This is commonly used in the business error.

Parent Class

All Members


TypeNameSignature
constructorIllegalStateExceptionpublic IllegalStateException(string)

Constructors


public IllegalStateException(string msg)

Create an instance of IllegalStateException with specified message.

Parameters

  • msg The message for this exception.