Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jcr.RepositoryException
-
- org.apache.jackrabbit.core.config.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends RepositoryException
Exception class used for configuration errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String message)
Creates a configuration exception.ConfigurationException(String message, Exception cause)
Creates a configuration exception that is caused by another exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(String message)
Creates a configuration exception.- Parameters:
message
- configuration message
-
-