Class DuplicateResourceException

All Implemented Interfaces:
Serializable

public class DuplicateResourceException extends JRDFoxException
This exception is thrown when a client tries to create a resource that already exists. An example of this is trying to create a data store in a server using a name of a data store that already exists in the server.
See Also:
  • Constructor Details

    • DuplicateResourceException

      public DuplicateResourceException()
    • DuplicateResourceException

      public DuplicateResourceException(String message)
    • DuplicateResourceException

      public DuplicateResourceException(String message, Throwable cause)