Package com.terracottatech.store
Class StoreStreamRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreStreamRegisteredException
- All Implemented Interfaces:
Serializable
Indicates an open request for a stream supplied a stream identifier that is already
in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreStreamRegisteredException
(String message) StoreStreamRegisteredException
(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
-
StoreStreamRegisteredException
-
StoreStreamRegisteredException
-
StoreStreamRegisteredException
-