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
public class FedoraInvalidNamespaceException extends RepositoryRuntimeException
Indicates a namespace used in a CRUD request has not been registered in the repository- Since:
- September 12, 2014
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FedoraInvalidNamespaceException(String msg)
Ordinary 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 Detail
-
FedoraInvalidNamespaceException
public FedoraInvalidNamespaceException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
FedoraInvalidNamespaceException
public FedoraInvalidNamespaceException(String msg, Throwable rootCause)
Ordinary constructor- Parameters:
msg
- the messagerootCause
- the root cause
-
-