Class StreamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationFailureException, ChunkChecksumValidationException, NoOffsetException, StreamDoesNotExistException, StreamNotAvailableException

public class StreamException extends RuntimeException
Generic stream exception.
See Also:
  • Constructor Details

    • StreamException

      public StreamException(String message)
    • StreamException

      public StreamException(String message, short code)
    • StreamException

      public StreamException(Throwable cause)
    • StreamException

      public StreamException(String message, Throwable cause)
  • Method Details

    • getCode

      public short getCode()