Class EngineStartedException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EngineStartedException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EngineStartedException

        public EngineStartedException​(java.lang.String message)