Package com.rabbitmq.stream
Class ChunkChecksumValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rabbitmq.stream.StreamException
-
- com.rabbitmq.stream.ChunkChecksumValidationException
-
- All Implemented Interfaces:
Serializable
public class ChunkChecksumValidationException extends StreamException
Indicate a checksum error for a chunk.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChunkChecksumValidationException(long expected, long computed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getComputed()
long
getExpected()
-
Methods inherited from class com.rabbitmq.stream.StreamException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-