Class EngineNotStartedException
- 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.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 Summary
Constructors Constructor Description EngineNotStartedException()
EngineNotStartedException(String message)
EngineNotStartedException(String message, Throwable cause)
EngineNotStartedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-