Class BinaryPersistenceExceptionStateInstance
- 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
-
- one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionStateInstance
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionStateInstance extends BinaryPersistenceExceptionState
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionStateInstance(Object instance)BinaryPersistenceExceptionStateInstance(Object instance, String message)BinaryPersistenceExceptionStateInstance(Object instance, String message, Throwable cause)BinaryPersistenceExceptionStateInstance(Object instance, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BinaryPersistenceExceptionStateInstance(Object instance, Throwable cause)
-
Method Summary
Modifier and Type Method Description ObjectgetInstance()-
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
-
BinaryPersistenceExceptionStateInstance
public BinaryPersistenceExceptionStateInstance(Object instance)
-
BinaryPersistenceExceptionStateInstance
public BinaryPersistenceExceptionStateInstance(Object instance, String message)
-
BinaryPersistenceExceptionStateInstance
public BinaryPersistenceExceptionStateInstance(Object instance, Throwable cause)
-
BinaryPersistenceExceptionStateInstance
public BinaryPersistenceExceptionStateInstance(Object instance, String message, Throwable cause)
-
-
Method Detail
-
getInstance
public Object getInstance()
-
-