Uses of Class
de.aristaflow.adept2.base.service.InternalServiceException
Packages that use InternalServiceException
-
Uses of InternalServiceException in de.aristaflow.ilm.ws.rest.base.service
Methods in de.aristaflow.ilm.ws.rest.base.service that throw InternalServiceExceptionModifier and TypeMethodDescriptionprotected <T> TAbstractRestStub.Request.getResponse(jakarta.ws.rs.core.Response.StatusType expStatus, boolean allowPlainText, Class<T> expType) Gets the response (body) for this request.protected <T> TAbstractRestStub.Request.getResponse(jakarta.ws.rs.core.Response.StatusType expStatus, boolean allowPlainText, String expTypeName, Function<InputStream, Pair<T, IOException>> readValue) Gets the response (body) for this request.<T> TAbstractRestStub.Request.getResponse(jakarta.ws.rs.core.Response.StatusType expStatus, com.fasterxml.jackson.core.type.TypeReference<T> expType) Gets the response (body) for this request.<T> TAbstractRestStub.Request.getResponse(jakarta.ws.rs.core.Response.StatusType expStatus, Class<T> expType) Gets the response (body) for this request.AbstractRestStub.Request.getStringResponse(jakarta.ws.rs.core.Response.StatusType expStatus) Gets the string response for this request.voidAbstractRestStub.Request.getVoidResponse()Just waits for the void response, i.