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
Type | Name | Signature |
---|---|---|
constructor | IllegalStateException | public IllegalStateException(string) |
public IllegalStateException(string msg)
Create an instance of IllegalStateException with specified message.
Parameters