Package de.kaiserpfalzedv.commons.api
Class BaseWrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.kaiserpfalzedv.commons.api.BaseSystemException
de.kaiserpfalzedv.commons.api.BaseWrappedException
- All Implemented Interfaces:
Serializable
A wrapper around a checked exception.
- Since:
- 2.0.0 2021-09-08
- Version:
- 2.0.0 2021-09-08
- Author:
- rlichti
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseWrappedException
(String message, Throwable cause) BaseWrappedException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BaseWrappedException
(Throwable cause) -
Method Summary
Methods inherited from class de.kaiserpfalzedv.commons.api.BaseSystemException
getUuid, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BaseWrappedException
-
BaseWrappedException
-
BaseWrappedException
-