Class BinaryPersistenceExceptionState
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.BinaryPersistenceExceptionState
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 BinaryPersistenceExceptionStateArray,BinaryPersistenceExceptionStateInstance,BinaryPersistenceExceptionStateInvalidLength
public class BinaryPersistenceExceptionState extends BinaryPersistenceException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionState()BinaryPersistenceExceptionState(String message)BinaryPersistenceExceptionState(String message, Throwable cause)BinaryPersistenceExceptionState(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BinaryPersistenceExceptionState(Throwable cause) - 
Method Summary
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BinaryPersistenceExceptionState
public BinaryPersistenceExceptionState() - 
BinaryPersistenceExceptionState
 - 
BinaryPersistenceExceptionState
 - 
BinaryPersistenceExceptionState
 - 
BinaryPersistenceExceptionState
 
 -