Class 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:
  • Constructor Details

    • 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