fuego.papi.exception
Class InstancesNotAvailableInEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstancesNotAvailableInEngineException
- All Implemented Interfaces:
- Serializable
public class InstancesNotAvailableInEngineException
- extends InstanceOperationException
A InstancesNotAvailableInEngineException
is thrown as a result of a failed
attempt to retrieve instances from a particular Engine.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail |
InstancesNotAvailableInEngineException
public InstancesNotAvailableInEngineException(String engine,
Throwable cause)
- Creates a new InstancesNotAvailableInEngineException with the given engine.
- Parameters:
engine
- The engine where the instance could not be retrieved.
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
getEngineName
public String getEngineName()
- Return the engine where didn't obtain the instances
- Returns:
- Engine 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