Package org.fcrepo.kernel.api.exception
Class OutOfDomainSubjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.ConstraintViolationException
org.fcrepo.kernel.api.exception.OutOfDomainSubjectException
- All Implemented Interfaces:
Serializable
Fedora does not accept RDF with subjects that are not local to the repository.
- Since:
- 2015-05-29
- Author:
- whikloj
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfDomainSubjectException(org.apache.jena.graph.Node subject) Takes the subject that is out of domain, creates message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfDomainSubjectException
Takes the subject that is out of domain, creates message.- Parameters:
subject- the subject
-