ALBPM Process API (PAPI)

fuego.papi
Class ProcessOperationException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.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

Constructor Summary
ProcessOperationException(String processId)
          Creates a new ProcessOperationException object over the specified process Id.
ProcessOperationException(String processId, Throwable cause)
          Creates a new ProcessOperationException object over the specified process Id and the cause of the exception.
 
Method Summary
 String getProcessId()
          Returns the process Id where occurred the exception.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getProcessId

public String getProcessId()
Returns the process Id where occurred the exception.

Returns:
the process Id where occurred the exception.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved