|
||||||||||
| 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.data.DataStoreException
public class DataStoreException
Exception thrown by the Data Store module.
| Constructor Summary | |
|---|---|
DataStoreException(String message)
Constructs a new instance of this class with the specified detail message. |
|
DataStoreException(String message,
Throwable cause)
Constructs a new instance of this class with the specified detail message and root cause. |
|
DataStoreException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataStoreException(String message)
message - the detailed message.
public DataStoreException(String message,
Throwable cause)
message - the detailed message.cause - root failure causepublic DataStoreException(Throwable rootCause)
rootCause - root failure cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||