public class DispatchError extends RuntimeException
| Constructor and Description |
|---|
DispatchError(int statusCode,
String message,
Operation operation) |
DispatchError(Throwable throwable,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation() |
int |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.