Package org.fcrepo.kernel.api.exception
Class RepositoryConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryConfigurationException
-
- All Implemented Interfaces:
Serializable
public class RepositoryConfigurationException extends RepositoryRuntimeException
Indicates an error in the configuration of the repository- Since:
- 2015-10-31
- Author:
- awoods
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryConfigurationException(String msg)
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
-
RepositoryConfigurationException
public RepositoryConfigurationException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
-