public class RuntimeExceptionWithNoStacktrace extends RuntimeException
| Constructor and Description |
|---|
RuntimeExceptionWithNoStacktrace(String message,
Throwable cause) |
RuntimeExceptionWithNoStacktrace(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeExceptionWithNoStacktrace(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2022. All rights reserved.