org.apache.jackrabbit.core.data
Class DataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.apache.jackrabbit.core.data.DataStoreException
- All Implemented Interfaces:
- java.io.Serializable
public class DataStoreException
- extends javax.jcr.RepositoryException
Exception thrown by the Data Store module.
- See Also:
- Serialized Form
| Fields inherited from class javax.jcr.RepositoryException |
rootCause |
|
Constructor Summary |
DataStoreException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message. |
DataStoreException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance of this class with the specified detail
message and root cause. |
DataStoreException(java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified root cause. |
| 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 |
DataStoreException
public DataStoreException(java.lang.String message)
- Constructs a new instance of this class with the specified detail
message.
- Parameters:
message - the detailed message.
DataStoreException
public DataStoreException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a new instance of this class with the specified detail
message and root cause.
- Parameters:
message - the detailed message.rootCause - root failure cause
DataStoreException
public DataStoreException(java.lang.Throwable rootCause)
- Constructs a new instance of this class with the specified root cause.
- Parameters:
rootCause - root failure cause
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.