Class StoreBusyException

All Implemented Interfaces:
Serializable

public class StoreBusyException extends StoreRuntimeException
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 Details

    • StoreBusyException

      public StoreBusyException(Throwable cause)
    • StoreBusyException

      public StoreBusyException(String message)
    • StoreBusyException

      public StoreBusyException(String message, Throwable cause)