public class ExternalException extends ParameterizedException
| Constructor and Description |
|---|
ExternalException(int status,
String message,
Object... args) |
ExternalException(int status,
String message,
Throwable cause,
Object... args) |
ExternalException(String message,
Object... args) |
ExternalException(String message,
Throwable cause,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
int |
status() |
argsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 The Apache Software Foundation. All rights reserved.