Package org.camunda.bpm.client.exception
Class ConnectionLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.client.exception.ExternalTaskClientException
-
- org.camunda.bpm.client.exception.ConnectionLostException
-
- All Implemented Interfaces:
Serializable
public class ConnectionLostException extends ExternalTaskClientException
Exception is thrown if the connection could not be established
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionLostException(String message, IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionLostException
public ConnectionLostException(String message, IOException e)
-
-