Class EngineNotStartedException

  • All Implemented Interfaces:
    Serializable

    public final class EngineNotStartedException
    extends EngineStateException
    Thrown when a read or write operation is attempted on the engine before it has been properly started.
    See Also:
    Serialized Form
    • Constructor Detail

      • EngineNotStartedException

        public EngineNotStartedException()
      • EngineNotStartedException

        public EngineNotStartedException​(String message,
                                         Throwable cause)
      • EngineNotStartedException

        public EngineNotStartedException​(String message)
      • EngineNotStartedException

        public EngineNotStartedException​(Throwable cause)