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
Generic stream exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionStreamException
(String message) StreamException
(String message, short code) StreamException
(String message, Throwable cause) StreamException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamException
-
StreamException
-
StreamException
-
StreamException
-
-
Method Details
-
getCode
public short getCode()
-