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
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:
- 
Constructor SummaryConstructorsConstructorDescriptionEngineFailedException(String message, Throwable cause) EngineFailedException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EngineFailedException
- 
EngineFailedException
 
-