org.apache.jackrabbit.core.config
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 javax.jcr.RepositoryException
Exception class used for configuration errors.
- See Also:
- Serialized Form
Fields inherited from class javax.jcr.RepositoryException |
rootCause |
Methods inherited from class javax.jcr.RepositoryException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
ConfigurationException
public ConfigurationException(String message)
- Creates a configuration exception.
- Parameters:
message
- configuration message
ConfigurationException
public ConfigurationException(String message,
Exception cause)
- Creates a configuration exception that is caused by another exception.
- Parameters:
message
- configuration error messagecause
- root cause of the configuration error
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.