|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.RequestErrorWrapper
public class RequestErrorWrapper
RequestErrorWrapper is a utility class used internally in converting a RequestError to/from JSON
Constructor Summary | |
---|---|
RequestErrorWrapper()
|
Method Summary | |
---|---|
RequestError |
getRequestError()
return the error detail from a server error |
void |
setPolicyException(PolicyException policyException)
set a PolicyException type error |
void |
setRequestError(RequestError requestError)
set the error detail from a server error |
void |
setServiceException(ServiceException serviceException)
set a ServiceException type error |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestErrorWrapper()
Method Detail |
---|
public RequestError getRequestError()
public void setRequestError(RequestError requestError)
public void setServiceException(ServiceException serviceException)
public void setPolicyException(PolicyException policyException)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |