public class HugeException extends RuntimeException
| Constructor and Description |
|---|
HugeException(String message) |
HugeException(String message,
Object... args) |
HugeException(String message,
Throwable cause) |
HugeException(String message,
Throwable cause,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
rootCause() |
static Throwable |
rootCause(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HugeException(String message)
Copyright © 2023 The Apache Software Foundation. All rights reserved.