fuego.papi.exception
Class ActivityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.ActivityNotFoundException
- All Implemented Interfaces:
- Serializable
public class ActivityNotFoundException
- extends ProcessOperationException
A ActivityNotFoundException
is thrown as a result of an
attempt to access an inexistent activity.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
ActivityNotFoundException
public ActivityNotFoundException()
- Creates a new ActivityNotFoundException with the default message.
ActivityNotFoundException
public ActivityNotFoundException(String activityId)
- Creates a new ActivityNotFoundException with the given activity identification.
- Parameters:
activityId
- Activity identification.
ActivityNotFoundException
public ActivityNotFoundException(String activityId,
Throwable cause)
- Creates a new ActivityNotFoundException with the given activity identification and the initial exception.
- Parameters:
activityId
- Activity identification.cause
- Initial exception.
ActivityNotFoundException
public ActivityNotFoundException(String processId,
String activity)
ActivityNotFoundException
public ActivityNotFoundException(String processId,
String activity,
Throwable cause)
getActivityId
public String getActivityId()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved