ALBPM Process API

fuego.papi.exception
Class ApplicationsNotAvailableInProcessException

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.exception.ApplicationsNotAvailableInProcessException
All Implemented Interfaces:
Serializable

public class ApplicationsNotAvailableInProcessException
extends OperationException

A ApplicationsNotAvailableInProcessException is thrown as result of an attempt to access a application of a process.

See Also:
Serialized Form

Constructor Summary
ApplicationsNotAvailableInProcessException()
           
ApplicationsNotAvailableInProcessException(String processId, Throwable cause)
          Creates a new ApplicationsNotAvailableInProcessException with the given processId and initial exception.
 
Method Summary
 String getDetail(Locale locale)
          This method return the detail of the exception.
 String getProcessId()
          Return the process identification where you wanted to get the applications
 String getTechnicalDetail(Locale locale)
          This method return 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

ApplicationsNotAvailableInProcessException

public ApplicationsNotAvailableInProcessException()

ApplicationsNotAvailableInProcessException

public ApplicationsNotAvailableInProcessException(String processId,
                                                  Throwable cause)
Creates a new ApplicationsNotAvailableInProcessException with the given processId and initial exception.

Parameters:
processId - Process identification.
cause - Initial exception.
Method Detail

getDetail

public String getDetail(Locale locale)
This method return 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()
Return the process identification where you wanted to get the applications

Returns:
Process identification

getTechnicalDetail

public String getTechnicalDetail(Locale locale)
This method return 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