Class InvalidDataAccessApiUsageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SqlXmlFeatureNotImplementedException

public class InvalidDataAccessApiUsageException extends NonTransientDataAccessException
Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.

This represents a problem in our Java data access framework, not the underlying data access infrastructure.

Author:
Rod Johnson
See Also:
  • Constructor Details

    • InvalidDataAccessApiUsageException

      public InvalidDataAccessApiUsageException(String msg)
      Constructor for InvalidDataAccessApiUsageException.
      Parameters:
      msg - the detail message
    • InvalidDataAccessApiUsageException

      public InvalidDataAccessApiUsageException(String msg, Throwable cause)
      Constructor for InvalidDataAccessApiUsageException.
      Parameters:
      msg - the detail message
      cause - the root cause from the data access API in use