fuego.papi.exception
Class InstanceSelectDisableException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceSelectDisableException
- public class InstanceSelectDisableException
- extends InstanceOperationException
A InstanceSelectDisableException is thrown as a result of an
attempt to select an instance and it has instance select disable.
- See Also:
- Serialized Form
InstanceSelectDisableException
public InstanceSelectDisableException(String instanceId)
- Creates a new InstanceSelectDisableException with the given instance identification.
- Parameters:
instanceId - Instance identification that cannot be selected.
InstanceSelectDisableException
public InstanceSelectDisableException(String instanceId,
String participant)
- Creates a new InstanceSelectDisableException with the given instance identification,
and participant name.
- Parameters:
instanceId - Instance identification that cannot be selected.participant - Participant name that cannot select the instance.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved