public class RestConnectorException extends Exception
| Constructor and Description |
|---|
RestConnectorException(String message) |
RestConnectorException(String message,
int status,
javax.ws.rs.core.Response.StatusType statusInfo,
Object entityError) |
RestConnectorException(String message,
Throwable cause) |
RestConnectorException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RestConnectorException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntityError() |
int |
getStatus() |
javax.ws.rs.core.Response.StatusType |
getStatusInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestConnectorException(String message, int status, javax.ws.rs.core.Response.StatusType statusInfo, Object entityError)
public RestConnectorException(String message)
public RestConnectorException(Throwable cause)
public int getStatus()
public javax.ws.rs.core.Response.StatusType getStatusInfo()
public Object getEntityError()
Copyright © 2018. All rights reserved.