Class EngineStartedException
- 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.EngineStartedException
-
- All Implemented Interfaces:
Serializable
public class EngineStartedException extends EngineStateException
Thrown when an API method has been called which cannot be allowed to proceed due to the engine having already been started and doesn't allow modification to the resource in question after that point.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineStartedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EngineStartedException
public EngineStartedException(String message)
-
-