Spring Data Key-Value

org.springframework.data.keyvalue.riak
Class DataStoreConnectionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.NonTransientDataAccessResourceException
                              extended by org.springframework.dao.DataAccessResourceFailureException
                                  extended by org.springframework.data.keyvalue.riak.DataStoreConnectionFailureException
All Implemented Interfaces:
Serializable

public class DataStoreConnectionFailureException
extends DataAccessResourceFailureException

Author:
J. Brisbin
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
DataStoreConnectionFailureException(String msg)
           
DataStoreConnectionFailureException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DataStoreConnectionFailureException

public DataStoreConnectionFailureException(String msg)

DataStoreConnectionFailureException

public DataStoreConnectionFailureException(String msg,
                                           Throwable cause)

Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.