Class StreamDoesNotExistException

All Implemented Interfaces:
Serializable

public class StreamDoesNotExistException extends StreamException
Exception to indicate a stream does not exist.
See Also:
  • Constructor Details

    • StreamDoesNotExistException

      public StreamDoesNotExistException(String stream)
  • Method Details

    • getStream

      public String getStream()