fuego.papi.exception
Class NoPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ParticipantException
fuego.papi.exception.PrivilegedOperationException
fuego.papi.exception.NoPermissionException
- All Implemented Interfaces:
- Serializable
public class NoPermissionException
- extends PrivilegedOperationException
A NoPermissionException
is thrown when the
participant has not permission to abort."
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
CAN_NOT_A
public static final int CAN_NOT_A
- See Also:
- Constant Field Values
ACTIVITY_NOT_ABORTABLE
public static final int ACTIVITY_NOT_ABORTABLE
- See Also:
- Constant Field Values
CAN_NOT_CREATE_SUBFLOW
public static final int CAN_NOT_CREATE_SUBFLOW
- See Also:
- Constant Field Values
CAN_NOT_X_BEGIN
public static final int CAN_NOT_X_BEGIN
- See Also:
- Constant Field Values
CAN_NOT_X
public static final int CAN_NOT_X
- See Also:
- Constant Field Values
SELECTED_BY_OTHER
public static final int SELECTED_BY_OTHER
- See Also:
- Constant Field Values
AUTOSELECT
public static final int AUTOSELECT
- See Also:
- Constant Field Values
ANOTHER_USER_RUN
public static final int ANOTHER_USER_RUN
- See Also:
- Constant Field Values
ROUTING_AUTOMATIC
public static final int ROUTING_AUTOMATIC
- See Also:
- Constant Field Values
LIMIT_RUN_INSTANCES
public static final int LIMIT_RUN_INSTANCES
- See Also:
- Constant Field Values
CAN_NOT_R
public static final int CAN_NOT_R
- See Also:
- Constant Field Values
CAN_NOT_STORE
public static final int CAN_NOT_STORE
- See Also:
- Constant Field Values
UNGRAB_BY_OTHER
public static final int UNGRAB_BY_OTHER
- See Also:
- Constant Field Values
CAN_NOT_S
public static final int CAN_NOT_S
- See Also:
- Constant Field Values
ACTIVITY_NOT_SUSPEND
public static final int ACTIVITY_NOT_SUSPEND
- See Also:
- Constant Field Values
AUTO_RESUME_INST
public static final int AUTO_RESUME_INST
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
NoPermissionException
public NoPermissionException(String participant)
- Creates a new NoPermissionException with the given participant.
- Parameters:
participant
- Participant name.
NoPermissionException
public NoPermissionException(int type,
String participant)
- Creates a new NoPermissionException with the given msgCode and participant.
- Parameters:
type
- Code of the message about permission type.participant
- Participant id.
NoPermissionException
public NoPermissionException(int type,
String participant,
String role)
- Creates a new NoPermissionException with the given msgCode, participant and role.
- Parameters:
type
- Code of the message about permission type.participant
- Participant id.role
- Role id.
NoPermissionException
public NoPermissionException(String participant,
String instanceId,
String activityId)
- Creates a new NoPermissionException with the given msgCode, participant and role.
- Parameters:
participant
- Participant id.instanceId
- Instance id.activityId
- Activity id.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved