public class ServerException extends RuntimeException
Constructor and Description |
---|
ServerException() |
ServerException(org.restnext.core.http.Response.Status status) |
ServerException(String message) |
ServerException(String message,
org.restnext.core.http.Response.Status status) |
ServerException(String message,
Throwable cause) |
ServerException(String message,
Throwable cause,
org.restnext.core.http.Response.Status status) |
ServerException(Throwable cause) |
ServerException(Throwable cause,
org.restnext.core.http.Response.Status status) |
Modifier and Type | Method and Description |
---|---|
org.restnext.core.http.Response.Status |
getResponseStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerException()
public ServerException(Throwable cause, org.restnext.core.http.Response.Status status)
public ServerException(String message, Throwable cause, org.restnext.core.http.Response.Status status)
public ServerException(String message)
public ServerException(Throwable cause)
public ServerException(org.restnext.core.http.Response.Status status)
public ServerException(String message, org.restnext.core.http.Response.Status status)
Copyright © 2016–2017 RestNEXT. All rights reserved.