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:
java.io.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.application.WorkflowException
WorkflowException.WorkflowError
-
-
Constructor Summary
Constructors Constructor Description WorkflowActorRequiredException()
WorkflowActorRequiredException(com.lexmark.saperion.exceptions.ErrorType fault, java.lang.Throwable cause)
WorkflowActorRequiredException(java.lang.String message)
WorkflowActorRequiredException(java.lang.String message, WorkflowActorRequiredDetails errorDetails)
WorkflowActorRequiredException(java.lang.String message, java.lang.Throwable cause, WorkflowActorRequiredDetails errorDetails)
WorkflowActorRequiredException(java.lang.String message, java.util.List<com.lexmark.saperion.administration.ActorListItemType<? extends com.lexmark.saperion.administration.ActorReferenceType>> recipientList, RecipientSelectionType selectionType)
WorkflowActorRequiredException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowActorRequiredDetails
getErrorDetails()
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmException
createError, getDescriptionParameters, getErrorCode
-
-
-
-
Constructor Detail
-
WorkflowActorRequiredException
public WorkflowActorRequiredException()
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(com.lexmark.saperion.exceptions.ErrorType fault, java.lang.Throwable cause)
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(java.lang.String message, java.lang.Throwable cause, WorkflowActorRequiredDetails errorDetails)
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(java.lang.String message, WorkflowActorRequiredDetails errorDetails)
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(java.lang.String message, java.util.List<com.lexmark.saperion.administration.ActorListItemType<? extends com.lexmark.saperion.administration.ActorReferenceType>> recipientList, RecipientSelectionType selectionType)
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(java.lang.String message)
-
WorkflowActorRequiredException
public WorkflowActorRequiredException(java.lang.Throwable cause)
-
-
Method Detail
-
getErrorDetails
public WorkflowActorRequiredDetails getErrorDetails()
- Overrides:
getErrorDetails
in classcom.lexmark.saperion.exceptions.EcmException
-
-