Class InvalidStateException

All Implemented Interfaces:
Serializable

public class InvalidStateException extends ApplicationException
Exception thrown by state manager if an operation on an object is impossible due to its state
Author:
Nicolas Thibault
See Also:
  • Constructor Details

    • InvalidStateException

      public InvalidStateException(String message)
    • InvalidStateException

      public InvalidStateException(String message, Throwable cause)