Class PersistenceExceptionTypeConsistencyDictionary
- 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.PersistenceExceptionTypeConsistency
-
- one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionary
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersistenceExceptionTypeConsistencyDefinitionResolveTypeName
,PersistenceExceptionTypeConsistencyDefinitionValidation
,PersistenceExceptionTypeConsistencyDictionaryResolve
,PersistenceExceptionTypeConsistencyDictionaryResolveFieldName
public class PersistenceExceptionTypeConsistencyDictionary extends PersistenceExceptionTypeConsistency
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceExceptionTypeConsistencyDictionary()
PersistenceExceptionTypeConsistencyDictionary(String message)
PersistenceExceptionTypeConsistencyDictionary(String message, Throwable cause)
PersistenceExceptionTypeConsistencyDictionary(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PersistenceExceptionTypeConsistencyDictionary(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
-
PersistenceExceptionTypeConsistencyDictionary
public PersistenceExceptionTypeConsistencyDictionary()
-
PersistenceExceptionTypeConsistencyDictionary
public PersistenceExceptionTypeConsistencyDictionary(String message)
-
PersistenceExceptionTypeConsistencyDictionary
public PersistenceExceptionTypeConsistencyDictionary(Throwable cause)
-
PersistenceExceptionTypeConsistencyDictionary
public PersistenceExceptionTypeConsistencyDictionary(String message, Throwable cause)
-
-