Package org.camunda.bpm.client.exception
Class UnknownHttpErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.client.exception.ExternalTaskClientException
-
- org.camunda.bpm.client.exception.RestException
-
- org.camunda.bpm.client.exception.UnknownHttpErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownHttpErrorException extends RestException
Exception is thrown in case the HTTP status code is not known by the client.
- Author:
- Nikola Koevski
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.exception.RestException
code, httpStatusCode, type
-
-
Constructor Summary
Constructors Constructor Description UnknownHttpErrorException(java.lang.String message, RestException restException)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.client.exception.RestException
getCode, getHttpStatusCode, getType, setCode, setHttpStatusCode, setType
-
-
-
-
Constructor Detail
-
UnknownHttpErrorException
public UnknownHttpErrorException(java.lang.String message, RestException restException)
-
-