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> disruptions)StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message)StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause)StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, Throwable cause) - 
Method Summary
Modifier and Type Method Description StringassembleOutputString()XGettingSequence<Throwable>disruptions()Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StorageExceptionDisruptingExceptions
 - 
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message) - 
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, Throwable cause) - 
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause) - 
StorageExceptionDisruptingExceptions
public StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
 - 
 - 
Method Details
- 
disruptions
 - 
assembleOutputString
- Overrides:
 assembleOutputStringin classBaseException
 
 -