public class OARestClientException extends RuntimeException
Constructor and Description |
---|
OARestClientException(OARestInvokeInfo invokeInfo) |
OARestClientException(OARestInvokeInfo invokeInfo,
String msg) |
OARestClientException(OARestInvokeInfo invokeInfo,
String msg,
Exception e) |
OARestClientException(String msg) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpStatusCode() |
String |
getHttpStatusMessage() |
OARestInvokeInfo |
getInvokeInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OARestClientException(String msg)
public OARestClientException(OARestInvokeInfo invokeInfo)
public OARestClientException(OARestInvokeInfo invokeInfo, String msg)
public OARestClientException(OARestInvokeInfo invokeInfo, String msg, Exception e)
public OARestInvokeInfo getInvokeInfo()
public int getHttpStatusCode()
public String getHttpStatusMessage()
Copyright © 1999–2025 ViaOA. All rights reserved.