Class EngineStartedException

All Implemented Interfaces:
Serializable

public class EngineStartedException extends EngineStateException
Thrown when an API method has been called which cannot be allowed to proceed due to the engine having already been started and doesn't allow modification to the resource in question after that point.
See Also:
  • Constructor Details

    • EngineStartedException

      public EngineStartedException(String message)