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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DriverNotFoundException(String message)
Constructs a newDriverNotFoundException
.DriverNotFoundException(String message, Throwable cause)
Constructs a newDriverNotFoundException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DriverNotFoundException
public DriverNotFoundException(String message)
Constructs a newDriverNotFoundException
.- Parameters:
message
-
-
-