Spring Data Key-Value

org.springframework.data.keyvalue.riak
Class DataStoreOperationException

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.data.keyvalue.riak.DataStoreOperationException
All Implemented Interfaces:
Serializable

public class DataStoreOperationException
extends DataAccessException

Author:
J. Brisbin
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
DataStoreOperationException(String msg)
           
DataStoreOperationException(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

DataStoreOperationException

public DataStoreOperationException(String msg)

DataStoreOperationException

public DataStoreOperationException(String msg,
                                   Throwable cause)

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.