Class StoreStreamRegisteredException

All Implemented Interfaces:
Serializable

public class StoreStreamRegisteredException extends StoreRuntimeException
Indicates an open request for a stream supplied a stream identifier that is already in use.
See Also:
  • Constructor Details

    • StoreStreamRegisteredException

      public StoreStreamRegisteredException(Throwable cause)
    • StoreStreamRegisteredException

      public StoreStreamRegisteredException(String message)
    • StoreStreamRegisteredException

      public StoreStreamRegisteredException(String message, Throwable cause)