public class ToolingAgentHandlerException extends RuntimeException
Response body if there is one.| Modifier and Type | Method and Description |
|---|---|
Optional<ErrorEntity> |
getErrorEntity() |
static ToolingAgentHandlerException |
newToolingAgentHandlerException(javax.ws.rs.core.Response response)
Creates a instance of the exception with the given response.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Optional<ErrorEntity> getErrorEntity()
public static ToolingAgentHandlerException newToolingAgentHandlerException(javax.ws.rs.core.Response response)
response - Response from server.Copyright © 2022 MuleSoft, Inc.. All rights reserved.