Package one.microstream.exceptions
Class MultiCauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.exceptions.MultiCauseException
- All Implemented Interfaces:
Serializable
public class MultiCauseException extends BaseException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MultiCauseException(Throwable... causes)
MultiCauseException(Throwable[] causes, String message)
MultiCauseException(Throwable[] causes, String message, Throwable cause)
MultiCauseException(Throwable[] causes, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
MultiCauseException(Throwable[] causes, 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