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:
- 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
 
- 
- 
Constructor SummaryConstructors Constructor Description EngineFailedException(java.lang.String message, java.lang.Throwable cause)EngineFailedException(java.lang.Throwable cause)
 
-