Class StoreStreamNotFoundException

All Implemented Interfaces:
Serializable

public class StoreStreamNotFoundException extends StoreRuntimeException
Thrown to indicate the requested stream is not among the streams registered for a dataset. This generally indicates the stream was closed while still in active use.
See Also:
  • Constructor Details

    • StoreStreamNotFoundException

      public StoreStreamNotFoundException(String message)