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
public class OutOfDomainSubjectException extends ConstraintViolationException
Fedora does not accept RDF with subjects that are not local to the repository.- Since:
- 2015-05-29
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfDomainSubjectException(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 Detail
-
OutOfDomainSubjectException
public OutOfDomainSubjectException(org.apache.jena.graph.Node subject)
Takes the subject that is out of domain, creates message.- Parameters:
subject
- the subject
-
-