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