public abstract class WebException
extends io.vertx.zero.exception.ZeroRunException
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.core.http.HttpStatusCode |
status |
| 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) |
void |
setStatus(io.vertx.core.http.HttpStatusCode status) |
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 void setStatus(io.vertx.core.http.HttpStatusCode status)
public String getReadible()
Copyright © 2017. All rights reserved.