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