Class WorkflowActorRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.application.ApplicationException
com.lexmark.saperion.exceptions.application.WorkflowException
com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
All Implemented Interfaces:
Serializable

public class WorkflowActorRequiredException extends WorkflowException
Indicates that an actor selection is required in a workflow forward operation. The exception contains a list of possible actors for the workflow operation and additional operation options.
Author:
owaeldrich
See Also:
  • Constructor Details

    • WorkflowActorRequiredException

      public WorkflowActorRequiredException()
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(com.lexmark.saperion.exceptions.ErrorType fault, Throwable cause)
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(String message, Throwable cause, WorkflowActorRequiredDetails errorDetails)
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(String message, WorkflowActorRequiredDetails errorDetails)
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(String message, List<com.lexmark.saperion.administration.ActorListItemType<? extends com.lexmark.saperion.administration.ActorReferenceType>> recipientList, RecipientSelectionType selectionType)
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(String message)
    • WorkflowActorRequiredException

      public WorkflowActorRequiredException(Throwable cause)
  • Method Details

    • getErrorDetails

      public WorkflowActorRequiredDetails getErrorDetails()
      Overrides:
      getErrorDetails in class com.lexmark.saperion.exceptions.EcmException