com.yahoo.ycsb
Class DataStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.yahoo.ycsb.DataStoreException
All Implemented Interfaces:
java.io.Serializable

public class DataStoreException
extends java.lang.Exception

Something bad happened while interacting with the database.

See Also:
Serialized Form

Constructor Summary
DataStoreException()
           
DataStoreException(java.lang.String message)
           
DataStoreException(java.lang.String message, java.lang.Throwable cause)
           
DataStoreException(java.lang.Throwable 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

DataStoreException

public DataStoreException(java.lang.String message)

DataStoreException

public DataStoreException()

DataStoreException

public DataStoreException(java.lang.String message,
                          java.lang.Throwable cause)

DataStoreException

public DataStoreException(java.lang.Throwable cause)