Class JdbcUnsupportedOperationException

All Implemented Interfaces:
Serializable

public class JdbcUnsupportedOperationException extends JdbcException
Thrown to indicate that a JDBC related unsupported method is invoked.
See Also:
  • Field Details

    • className

      protected final String className
    • methodName

      protected final String methodName
  • Constructor Details

    • JdbcUnsupportedOperationException

      public JdbcUnsupportedOperationException(String className, String methodName)
  • Method Details

    • getClassName

      public String getClassName()
      Returns the class name.
      Returns:
      the class name
    • getMethodName

      public String getMethodName()
      Return the unsupported method name.
      Returns:
      the method name