Class EngineStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EngineFailedException, EngineNotStartedException, EngineNotWritableException, EngineShutdownException, EngineStartedException

public abstract class EngineStateException extends ProtonException
Root type for exceptions thrown from the engine due to state violations
See Also:
  • Constructor Details

    • EngineStateException

      public EngineStateException()
    • EngineStateException

      public EngineStateException(String message, Throwable cause)
    • EngineStateException

      public EngineStateException(String message)
    • EngineStateException

      public EngineStateException(Throwable cause)