Spring Data Couchbase

org.springframework.data.couchbase.core
Class OperationCancellationException

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.TransientDataAccessException
                          extended by org.springframework.data.couchbase.core.OperationCancellationException
All Implemented Interfaces:
Serializable

public class OperationCancellationException
extends TransientDataAccessException

Data Access Exception that identifies Operations cancelled while being processed.

Author:
Michael Nitschinger
See Also:
Serialized Form

Constructor Summary
OperationCancellationException(String msg)
          Constructor for OperationCancellationException.
OperationCancellationException(String msg, Throwable cause)
          Constructor for OperationCancellationException.
 
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
 

Constructor Detail

OperationCancellationException

public OperationCancellationException(String msg)
Constructor for OperationCancellationException.

Parameters:
msg - the detail message

OperationCancellationException

public OperationCancellationException(String msg,
                                      Throwable cause)
Constructor for OperationCancellationException.

Parameters:
msg - the detail message
cause - the root cause from the data access API in use

Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.