Class EngineShutdownException

All Implemented Interfaces:
Serializable

public final class EngineShutdownException extends EngineStateException
Exception thrown when an option is performed on a closed engine.
See Also:
  • Constructor Details

    • EngineShutdownException

      public EngineShutdownException()
    • EngineShutdownException

      public EngineShutdownException(String message, Throwable cause)
    • EngineShutdownException

      public EngineShutdownException(String message)
    • EngineShutdownException

      public EngineShutdownException(Throwable cause)