Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends JenaException
Exception to throw when an attempt is made to create a named object (eg persistent model) when an object of that name already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String name)