Class InvalidTaskAssigneeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.workflow.processflow.InvalidTaskAssigneeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidTaskAssigneeException extends AbstractCheckedException
Thrown when the assignee for a user task setup is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTaskAssigneeException(java.lang.String message)
Constructs anInvalidTaskAssigneeException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-