public abstract class WebException extends UncheckedException
| Constructor and Description |
|---|
WebException(String string) |
WebException(String string,
List<String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
List<String> |
getParameters() |
abstract int |
getStatusCode() |
WebError |
getWebError() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebException(String string)
Copyright © 2018. All rights reserved.