org.springframework.data.couchbase.core
Class OperationInterruptedException
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.OperationInterruptedException
- All Implemented Interfaces:
- Serializable
public class OperationInterruptedException
- extends TransientDataAccessException
Data Access Exception that identifies Operations interrupted while being processed.
- Author:
- Michael Nitschinger
- See Also:
- Serialized Form
OperationInterruptedException
public OperationInterruptedException(String msg)
- Constructor for OperationInterruptedException.
- Parameters:
msg - the detail message
OperationInterruptedException
public OperationInterruptedException(String msg,
Throwable cause)
- Constructor for OperationInterruptedException.
- 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.