Constructors

  NameDescription
Public methodStreamAlreadyExistsException()()()()
Simple Constructor.
Public methodStreamAlreadyExistsException(String)
This creates a StreamAlreadyExistsException with a message that includes the stream name.
Public methodStreamAlreadyExistsException(String, Exception)
This creates a StreamAlreadyExistsException with a message that includes the stream name and an exception.
Public methodStreamAlreadyExistsException(String, String)
This creates a StreamAlreadyExistsException with a message that includes the stream name and an error message.

See Also