Package io.iworkflow.core.exceptions
Class LongPollTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.iworkflow.core.IwfHttpException
-
- io.iworkflow.core.ClientSideException
-
- io.iworkflow.core.exceptions.LongPollTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class LongPollTimeoutException extends ClientSideException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongPollTimeoutException(ClientSideException exception)
-
Method Summary
-
Methods inherited from class io.iworkflow.core.IwfHttpException
fromFeignException, getErrorDetails, getErrorResponse, getErrorSubStatus, getStatusCode
-
-
-
-
Constructor Detail
-
LongPollTimeoutException
public LongPollTimeoutException(ClientSideException exception)
-
-