Class ResourceExecuteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.resource.exception.ResourceExecuteException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class ResourceExecuteException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error in the Resource.execute(org.gvsig.fmap.dal.resource.ResourceAction) method.
Author:
2009- César Ordiñana - gvSIG team
See Also:
  • Constructor Details

    • ResourceExecuteException

      public ResourceExecuteException(Resource resource, Throwable cause)
      Parameters:
      resource - the resource where the exception was produced
      cause - the original cause of the exception