Class PersistenceExceptionConsistency
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.BaseException
-
- one.microstream.persistence.exceptions.PersistenceException
-
- one.microstream.persistence.exceptions.PersistenceExceptionConsistency
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersistenceExceptionConsistencyInvalidId
,PersistenceExceptionConsistencyObject
,PersistenceExceptionConsistencyObjectId
,PersistenceExceptionConsistencyTid
,PersistenceExceptionConsistencyUnknownMapping
,PersistenceExceptionConsistencyUnknownObject
,PersistenceExceptionConsistencyUnknownTid
,PersistenceExceptionConsistencyUnknownType
,PersistenceExceptionConsistencyWrongType
,PersistenceExceptionConsistencyWrongTypeId
public class PersistenceExceptionConsistency extends PersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceExceptionConsistency()
PersistenceExceptionConsistency(String message)
PersistenceExceptionConsistency(String message, Throwable cause)
PersistenceExceptionConsistency(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PersistenceExceptionConsistency(Throwable cause)
-
Method Summary
-
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
-
PersistenceExceptionConsistency
public PersistenceExceptionConsistency()
-
PersistenceExceptionConsistency
public PersistenceExceptionConsistency(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
PersistenceExceptionConsistency
public PersistenceExceptionConsistency(String message, Throwable cause)
-
PersistenceExceptionConsistency
public PersistenceExceptionConsistency(String message)
-
PersistenceExceptionConsistency
public PersistenceExceptionConsistency(Throwable cause)
-
-