Package com.rabbitmq.stream
Class StreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rabbitmq.stream.StreamException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationFailureException
,ChunkChecksumValidationException
,NoOffsetException
,StreamDoesNotExistException
,StreamNotAvailableException
public class StreamException extends RuntimeException
Generic stream exception.- See Also:
Constants
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamException(String message)
StreamException(String message, short code)
StreamException(String message, Throwable cause)
StreamException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-