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