public class DriverNotFoundException extends RuntimeException
| Constructor and Description | 
|---|
DriverNotFoundException(String driver)
Constructs a new exception with the specified detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DriverNotFoundException(String driver)
Throwable.initCause(java.lang.Throwable).driver - class name of the database driver that is missingCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.