public class WrappedException extends RuntimeException
RuntimeException dedicated to wrap other exceptions, especially checked exceptions.| Constructor and Description |
|---|
WrappedException(String message,
Throwable cause)
Initializes a new instance with the given message and cause.
|
WrappedException(Throwable cause)
Initializes a new instance with the given cause and its
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.