Class EngineFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.protonj2.engine.exceptions.ProtonException
-
- org.apache.qpid.protonj2.engine.exceptions.EngineStateException
-
- org.apache.qpid.protonj2.engine.exceptions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineFailedException(String message, Throwable cause)
EngineFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-