fuego.papi.exception
Class InstanceNotAvailableException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceNotAvailableException
- public class InstanceNotAvailableException
- extends InstanceOperationException
- See Also:
- Serialized Form
InstanceNotAvailableException
public InstanceNotAvailableException(String instanceId,
Throwable cause)
- Creates a new InstanceNotAvailableException with the given instanceId
and initial exception.
- Parameters:
instanceId - InstanceId that not available.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.
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