Class StorageExceptionDisruptingExceptions
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.BaseException
-
- one.microstream.storage.exceptions.StorageException
-
- one.microstream.storage.exceptions.StorageExceptionDisruptingExceptions
-
- All Implemented Interfaces:
Serializable
public class StorageExceptionDisruptingExceptions extends StorageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message, Throwable cause)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, Throwable cause)
-
Method Summary
Modifier and Type Method Description String
assembleOutputString()
XGettingSequence<Throwable>
problems()
-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, Throwable cause)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message, Throwable cause)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> problems, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
problems
public final XGettingSequence<Throwable> problems()
-
assembleOutputString
public String assembleOutputString()
- Overrides:
assembleOutputString
in classBaseException
-
-