Class DriverNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.base.dbaccess.drivermanager.DriverNotFoundException
All Implemented Interfaces:
Serializable

public class DriverNotFoundException extends Exception
See Also:
  • Constructor Details

    • DriverNotFoundException

      public DriverNotFoundException(String message)
      Constructs a new DriverNotFoundException.
      Parameters:
      message -
    • DriverNotFoundException

      public DriverNotFoundException(String message, Throwable cause)
      Constructs a new DriverNotFoundException.
      Parameters:
      message -
      cause -