ALBPM Process API

fuego.papi.exception
Class ProcessLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fuego.lang.DefaultRuntimeException
                  extended by fuego.papi.EngineRuntimeException
                      extended by fuego.papi.exception.ProcessLockedException
All Implemented Interfaces:
Serializable

public class ProcessLockedException
extends EngineRuntimeException

A ProcessLockedException is thrown as a result of an attempt to access to a process and it is locked.

See Also:
Serialized Form

Constructor Summary
ProcessLockedException(String processId)
          Creates a new ProcessLockedException with the given process identification.
 
Method Summary
 
Methods inherited from class fuego.papi.EngineRuntimeException
create
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessLockedException

public ProcessLockedException(String processId)
Creates a new ProcessLockedException with the given process identification.

Parameters:
processId - Process identification locked.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved