Package com.terracottatech.store
Class StoreBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreBusyException
- All Implemented Interfaces:
Serializable
Indicates a remote stream cannot be started due to current resource usage in the server.
This exception might be thrown, for example, for a request to open a new stream against a clustered
dataset when the number of streams permitted are already open. Since the failure is current
resource based, the operation may succeed if retried at a later time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreBusyException
(String message) StoreBusyException
(String message, Throwable cause) StoreBusyException
(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
-
StoreBusyException
-
StoreBusyException
-
StoreBusyException
-