Class EngineFailedException

All Implemented Interfaces:
Serializable

public final class EngineFailedException extends EngineStateException
Thrown from Engine API methods that attempted an operation what would have resulted in a write of data or other state modification after the engine has entered the the failed state.
See Also:
  • Constructor Details

    • EngineFailedException

      public EngineFailedException(String message, Throwable cause)
    • EngineFailedException

      public EngineFailedException(Throwable cause)