Class EPRuntimeDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.runtime.client.EPRuntimeDestroyedException
- All Implemented Interfaces:
Serializable
This exception is thrown to indicate that the runtime instance has been destroyed.
This exception applies to destroyed runtime when a client attempts to use the runtime after it was destroyed.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPRuntimeDestroyedException
Ctor.- Parameters:
runtimeURI
- - runtime URI
-