public abstract class WebException
extends io.vertx.zero.exception.ZeroRunException
| Constructor and Description |
|---|
WebException(Class<?> clazz,
Object... args) |
WebException(String message) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getCode() |
String |
getMessage() |
String |
getReadible() |
io.vertx.core.http.HttpStatusCode |
getStatus() |
void |
setReadible(String readible) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebException(String message)
public abstract int getCode()
public String getMessage()
getMessage in class Throwablepublic io.vertx.core.http.HttpStatusCode getStatus()
public void setReadible(String readible)
public String getReadible()
Copyright © 2017. All rights reserved.