Class ResourceInUseException

All Implemented Interfaces:
Serializable

public class ResourceInUseException extends JRDFoxException
This exception is thrown when an operation attempts to modify a resource that is currently used elsewhere. Examples include deleting a tuple table that is being used in a rule, or deleting a data source for which there are tuple tables mounted in a data store.
See Also:
  • Constructor Details

    • ResourceInUseException

      public ResourceInUseException()
    • ResourceInUseException

      public ResourceInUseException(String message)
    • ResourceInUseException

      public ResourceInUseException(String message, Throwable cause)