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.UnknownHttpErrorException
-
- All Implemented Interfaces:
Serializable
public class UnknownHttpErrorException extends ExternalTaskClientException
Exception is thrown in cases not related to the process engine operation.
- Author:
- Nikola Koevski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownHttpErrorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownHttpErrorException
public UnknownHttpErrorException(String message)
-
-