|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.apache.jackrabbit.core.config.ConfigurationException
public class ConfigurationException
Exception class used for configuration errors.
| Field Summary |
|---|
| Fields inherited from class javax.jcr.RepositoryException |
|---|
rootCause |
| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.String message)
Creates a configuration exception. |
|
ConfigurationException(java.lang.String message,
java.lang.Exception cause)
Creates a configuration exception that is caused by another exception. |
|
| Method Summary |
|---|
| Methods inherited from class javax.jcr.RepositoryException |
|---|
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException(java.lang.String message)
message - configuration message
public ConfigurationException(java.lang.String message,
java.lang.Exception cause)
message - configuration error messagecause - root cause of the configuration error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||