ALBPM Process API

fuego.papi
Class ProcessNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.papi.ProcessNotAvailableException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProcessDeprecatedException, ProcessNotFoundException, ProcessNotVisibleException

public class ProcessNotAvailableException
extends OperationException

Thrown when a Process is not available. This mean that the Engine where the process is deployed could not be reached, or any other error ocurred trying to obtain the process from it. Most cases are errors in the Engine side or in the communication with it.

See Also:
Serialized Form

Constructor Summary
ProcessNotAvailableException()
           
ProcessNotAvailableException(String processId)
           
ProcessNotAvailableException(String processId, String directoryURL)
           
ProcessNotAvailableException(String processId, String directoryURL, Throwable cause)
           
ProcessNotAvailableException(String processId, Throwable t)
           
 
Method Summary
 String getDetail(Locale locale)
          This method returns the detail of the exception.
 String getProcessId()
           
 String getTechnicalDetail(Locale locale)
          This method returns the technical detail of the exception.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class fuego.lang.DefaultException
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessNotAvailableException

public ProcessNotAvailableException()

ProcessNotAvailableException

public ProcessNotAvailableException(String processId)

ProcessNotAvailableException

public ProcessNotAvailableException(String processId,
                                    String directoryURL)

ProcessNotAvailableException

public ProcessNotAvailableException(String processId,
                                    String directoryURL,
                                    Throwable cause)

ProcessNotAvailableException

public ProcessNotAvailableException(String processId,
                                    Throwable t)
Method Detail

getDetail

public String getDetail(Locale locale)
This method returns the detail of the exception. If this exception has cause return the detail of the cause.

Overrides:
getDetail in class fuego.lang.DefaultException

getProcessId

public String getProcessId()

getTechnicalDetail

public String getTechnicalDetail(Locale locale)
This method returns the technical detail of the exception. If this exception has cause return the technical detail of the cause.

Overrides:
getTechnicalDetail in class fuego.lang.DefaultException

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved