Class EngineFailedException

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

      • EngineFailedException

        public EngineFailedException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • EngineFailedException

        public EngineFailedException​(java.lang.Throwable cause)