Class DuplicateResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.DuplicateResourceException
All Implemented Interfaces:
java.io.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:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DuplicateResourceException()  
    DuplicateResourceException​(java.lang.String message)  
    DuplicateResourceException​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait