fuego.papi.exception
Class ActivityFailedException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.ActivityFailedException
- Direct Known Subclasses:
- ActivityTimeoutException, ActivityUserDisconnectedException, ActivityUserTimeoutException
- public class ActivityFailedException
- extends ProcessOperationException
A ActivityFailedException is thrown when the activity to create an instance failed.
Either when running a Global Creation activity or when creating an instance with a PAPI program.
The error code is 'PAPI-3300'.
- See Also:
- Serialized Form
create
public static ActivityFailedException create(String cilName,
String activityId,
Throwable cause)
- This method generates a ActivityFailException from the cause of the problem
- Parameters:
cilName - Failed CILactivityId - Task activity identificatorcause - Cause exception
getActivityId
public String getActivityId()
- Returns the activity identification where this exception was generated.
- Returns:
© Copyright 1996/2005 Fuego Inc. All Rights Reserved