Serialized Form
-
Package io.iworkflow.core
-
Exception io.iworkflow.core.ClientSideException
class ClientSideException extends IwfHttpException implements Serializable -
Exception io.iworkflow.core.InvalidStateDecisionException
class InvalidStateDecisionException extends WorkflowDefinitionException implements Serializable -
Exception io.iworkflow.core.IwfHttpException
class IwfHttpException extends RuntimeException implements Serializable-
Serialized Fields
-
errorResponse
ErrorResponse errorResponse
-
statusCode
int statusCode
-
-
-
Exception io.iworkflow.core.ObjectEncoderException
class ObjectEncoderException extends RuntimeException implements Serializable -
Exception io.iworkflow.core.ServerSideException
class ServerSideException extends IwfHttpException implements Serializable -
Exception io.iworkflow.core.WorkflowDefinitionException
class WorkflowDefinitionException extends RuntimeException implements Serializable -
Exception io.iworkflow.core.WorkflowUncompletedException
class WorkflowUncompletedException extends RuntimeException implements Serializable-
Serialized Fields
-
closedStatus
WorkflowStatus closedStatus
-
encoder
ObjectEncoder encoder
-
errorMessage
String errorMessage
-
errorType
WorkflowErrorType errorType
-
runId
String runId
-
stateResults
List<StateCompletionOutput> stateResults
-
-
-
-
Package io.iworkflow.core.exceptions
-
Exception io.iworkflow.core.exceptions.CommandNotFoundException
class CommandNotFoundException extends WorkflowDefinitionException implements Serializable -
Exception io.iworkflow.core.exceptions.LongPollTimeoutException
class LongPollTimeoutException extends ClientSideException implements Serializable -
Exception io.iworkflow.core.exceptions.NoRunningWorkflowException
class NoRunningWorkflowException extends WorkflowNotExistsOrOpenException implements Serializable -
Exception io.iworkflow.core.exceptions.WorkflowAlreadyStartedException
class WorkflowAlreadyStartedException extends ClientSideException implements Serializable -
Exception io.iworkflow.core.exceptions.WorkflowNotExistsOrOpenException
class WorkflowNotExistsOrOpenException extends ClientSideException implements Serializable
-
-
Package io.iworkflow.gen.api
-
Class io.iworkflow.gen.api.RFC3339DateFormat
class RFC3339DateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fmt
com.fasterxml.jackson.databind.util.StdDateFormat fmt
-
-