org.springframework.data.couchbase.core
Class OperationCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.TransientDataAccessException
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
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 messagecause - the root cause from the data access API in use
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.