Class FBDriverNotCapableException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class FBDriverNotCapableException extends SQLFeatureNotSupportedException
Tell that driver is not able to serve the request due to missing capabilities.
Author:
Roman Rokytskyy
See Also:
  • Constructor Details

    • FBDriverNotCapableException

      public FBDriverNotCapableException(String reason)
      Create instance of this class for the specified reason.
      Parameters:
      reason - reason that will be displayed.
    • FBDriverNotCapableException

      public FBDriverNotCapableException()
      Create instance of this class.