Package org.fcrepo.kernel.api.exception
Class FedoraInvalidNamespaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.FedoraInvalidNamespaceException
- All Implemented Interfaces:
Serializable
Indicates a namespace used in a CRUD request has not been registered in the repository
- Since:
- September 12, 2014
- Author:
- whikloj
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructorFedoraInvalidNamespaceException(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
-
FedoraInvalidNamespaceException
Ordinary constructor- Parameters:
msg- the message
-
FedoraInvalidNamespaceException
Ordinary constructor- Parameters:
msg- the messagerootCause- the root cause
-