public class TaskletApprovalException
extends java.lang.RuntimeException
Constructor and Description |
---|
TaskletApprovalException(TaskletInputContext inputContext,
java.util.Date expireDate,
java.lang.String username,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.util.Date |
getExpireDate() |
TaskletInputContext |
getTaskContext() |
java.lang.String |
getUserName() |
public TaskletApprovalException(TaskletInputContext inputContext, java.util.Date expireDate, java.lang.String username, java.lang.String description)
inputContext
- The contextt that this job and Tasklet where running under.expireDate
- The date before which this Tasklet must be approved. If not
approved before this date the job will terminate completely.username
- Name of user that must approve this action.description
- Description of the approval needed.public TaskletInputContext getTaskContext()
public java.util.Date getExpireDate()
public java.lang.String getUserName()
public java.lang.String getDescription()
Copyright © Grand Logic, Inc. All Rights Reserved.