org.apache.jackrabbit.core.data
Class DataStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.apache.jackrabbit.core.data.DataStoreException
All Implemented Interfaces:
Serializable

public class DataStoreException
extends RepositoryException

Exception thrown by the Data Store module.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
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 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

DataStoreException

public DataStoreException(String message)
Constructs a new instance of this class with the specified detail message.

Parameters:
message - the detailed message.

DataStoreException

public DataStoreException(String message,
                          Throwable cause)
Constructs a new instance of this class with the specified detail message and root cause.

Parameters:
message - the detailed message.
cause - root failure cause

DataStoreException

public DataStoreException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.

Parameters:
rootCause - root failure cause


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.