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(one.microstream.collections.types.XGettingSequence<Throwable> disruptions)StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, String message)StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, String message, Throwable cause)StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassembleOutputString()one.microstream.collections.types.XGettingSequence<Throwable>disruptions()-
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, 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(one.microstream.collections.types.XGettingSequence<Throwable> disruptions)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, String message)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, Throwable cause)
-
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(one.microstream.collections.types.XGettingSequence<Throwable> disruptions, String message, Throwable cause)
-
-