Class NativeTypesException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NativeTypesNotAvailableException, NativeTypesNotSupportedException

public abstract class NativeTypesException extends IllegalStateException
Exception indicating problems with the native type system.
Since:
3.2
Author:
Michael J. Simons
See Also:
  • Field Details

    • driverClassName

      protected final String driverClassName
      The name of the driver that caused the exception.
  • Method Details

    • getDriverClassName

      public String getDriverClassName()