Class DuplicateResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.DuplicateResourceException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDuplicateResourceException(String message) DuplicateResourceException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateResourceException
public DuplicateResourceException() -
DuplicateResourceException
-
DuplicateResourceException
-