Package com.terracottatech.store
Class StoreStreamTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreStreamTerminatedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StoreRetryableStreamTerminatedException
Indicates that the stream execution was prematurely terminated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreStreamTerminatedException
(String message) StoreStreamTerminatedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreStreamTerminatedException
-
StoreStreamTerminatedException
-