Package org.fcrepo.kernel.api.exception
Class MalformedRdfException
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.MalformedRdfException
- All Implemented Interfaces:
Serializable
Indicates that RDF was presented for persistence to the repository, but could not be persisted for some reportable
reason.
- Since:
- Oct 24, 2013
- Author:
- ajs6f, whikloj
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructor.MalformedRdfException(String msg, Throwable rootCause) Ordinary constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedRdfException
Ordinary constructor.- Parameters:
msg- the message
-
MalformedRdfException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-