Package io.trino.jdbc

Class NotImplementedException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class NotImplementedException extends SQLNonTransientException
Thrown when a required JDBC method is not yet implemented.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String reason)
    • NotImplementedException

      public NotImplementedException(String clazz, String method)