Class UnsupportedFeatureException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class UnsupportedFeatureException extends SQLFeatureNotSupportedException
An SQLException specific to the case of attempted use of an unsupported feature.
Author:
Thomas Hallgren
See Also:
  • Field Details

  • Constructor Details

    • UnsupportedFeatureException

      public UnsupportedFeatureException(String feature)