Fuego Process API

fuego.papi.exception
Class ApplicationsNotAvailableInProcessException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.OperationException

                  extended byfuego.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, hasTechnicalDetail
 
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.


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.


Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved