fuego.papi.exception
Class InstancesNotAvailableInEngineException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstancesNotAvailableInEngineException
- 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
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.
getEngineName
public String getEngineName()
- Returns 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.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved