Class PersistenceExceptionSource
- 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.PersistenceExceptionSource
-
- All Implemented Interfaces:
Serializable
public class PersistenceExceptionSource extends PersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceExceptionSource()
PersistenceExceptionSource(String message)
PersistenceExceptionSource(String message, Throwable cause)
PersistenceExceptionSource(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PersistenceExceptionSource(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
-
PersistenceExceptionSource
public PersistenceExceptionSource()
-
PersistenceExceptionSource
public PersistenceExceptionSource(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
PersistenceExceptionSource
public PersistenceExceptionSource(String message)
-
PersistenceExceptionSource
public PersistenceExceptionSource(Throwable cause)
-
-