Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends JenaException
Exception thrown when an attempt is made find something and it is not found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String name)
      The entity name does not exist.