Uses of Class
com.ellucian.ethos.integration.client.errors.Request
-
Packages that use Request Package Description com.ellucian.ethos.integration.client.errors -
-
Uses of Request in com.ellucian.ethos.integration.client.errors
Methods in com.ellucian.ethos.integration.client.errors that return Request Modifier and Type Method Description Request
EthosError. getRequest()
Get original request that caused the error.Methods in com.ellucian.ethos.integration.client.errors with parameters of type Request Modifier and Type Method Description void
EthosError. setRequest(Request request)
Set original request that caused the error.
-