fuego.papi.exception
Class ApplicationsNotAvailableInProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
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
Methods inherited from class fuego.lang.DefaultException |
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail |
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.
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
© Copyright 1996/2005 Fuego Inc. All Rights Reserved