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

    • 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 message
      cause - the root cause from the data access API in use