Class ConductorClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.conductor.client.exception.ConductorClientException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConductorClientException(int statusCode, String message) ConductorClientException(String message) ConductorClientException(String message, int code, Map<String, List<String>> responseHeaders, String responseBody) ConductorClientException(String message, Throwable t) ConductorClientException(String message, Throwable t, int code, Map<String, List<String>> responseHeaders) ConductorClientException(String message, Throwable t, int code, Map<String, List<String>> responseHeaders, String responseBody) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConductorClientException
-
ConductorClientException
-
ConductorClientException
-
ConductorClientException
-
ConductorClientException
-
ConductorClientException
-
ConductorClientException
-
-
Method Details
-
isClientError
public boolean isClientError() -
getStatusCode
public int getStatusCode()- Returns:
- HTTP status code
-
getMessage
- Overrides:
getMessagein classThrowable
-
toString
-