Class DriverLoadException

All Implemented Interfaces:
Serializable

@SupportedAll @Deprecated public class DriverLoadException extends LogException
Deprecated.
Throw a log exception when loading the JDBC driver fails
See Also:
  • Constructor Details

    • DriverLoadException

      public DriverLoadException()
      Deprecated.
      Constructs a DriverLoadException instance.
    • DriverLoadException

      public DriverLoadException(String msg)
      Deprecated.
      Constructs a DriverLoadException instance.
      Parameters:
      msg - Log exception message.