Class BinaryPersistenceExceptionInvalidChunkLength
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.BaseException
-
- one.microstream.persistence.exceptions.PersistenceException
-
- one.microstream.persistence.binary.exceptions.BinaryPersistenceException
-
- one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidChunkLength
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionInvalidChunkLength extends BinaryPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionInvalidChunkLength(long chunkLength)
BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, String message)
BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, String message, Throwable cause)
BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, Throwable cause)
-
Method Summary
Modifier and Type Method Description long
getChunkLength()
-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BinaryPersistenceExceptionInvalidChunkLength
public BinaryPersistenceExceptionInvalidChunkLength(long chunkLength)
-
BinaryPersistenceExceptionInvalidChunkLength
public BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, String message)
-
BinaryPersistenceExceptionInvalidChunkLength
public BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, Throwable cause)
-
BinaryPersistenceExceptionInvalidChunkLength
public BinaryPersistenceExceptionInvalidChunkLength(long chunkLength, String message, Throwable cause)
-
-