Package com.terracottatech.store
Class StoreStreamNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreStreamNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate the requested stream is not among the streams registered for a dataset.
This generally indicates the stream was closed while still in active use.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreStreamNotFoundException
-