fuego.papi
Class ProcessOperationException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
- Direct Known Subclasses:
- ActivityFailedException, ActivityNotFoundException, CannotCreateInstanceException, CannotSendNotificationException, CannotStoreNotificationException, InstanceNotFoundException, InstanceOperationException, ProcessControlNotAvailableException
- public class ProcessOperationException
- extends OperationException
Superclass of Process Exceptions. Thrown when a operation over a Process could not be performed succedfully.
- See Also:
- Serialized Form
ProcessOperationException
public ProcessOperationException(String processId)
- Creates a new ProcessOperationException object over the specified process Id.
- Parameters:
processId - Process identification in which occured the exception.
ProcessOperationException
public ProcessOperationException(String processId,
Throwable cause)
- Creates a new ProcessOperationException object over the specified process Id and the cause of the exception.
- Parameters:
processId - Process identification in which occured the exception.cause - the problem which generated the exception.
getProcessId
public String getProcessId()
- Returns the process Id where occurred the exception.
- Returns:
- the process Id where occurred the exception.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved