public class RethrowException extends RuntimeException
| Constructor and Description |
|---|
RethrowException() |
RethrowException(String message) |
RethrowException(String message,
Throwable cause) |
RethrowException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RethrowException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RethrowException()
public RethrowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public RethrowException(String message)
public RethrowException(Throwable cause)
Copyright © 2023. All rights reserved.