@ThreadSafe
public class DriverLoadException
extends java.lang.Exception
| Constructor and Description |
|---|
DriverLoadException(java.lang.String msg)
Creates an DriverLoadException.
|
DriverLoadException(java.lang.String msg,
java.lang.Throwable ex)
Creates an DriverLoadException.
|
DriverLoadException(java.lang.Throwable ex)
Creates an DriverLoadException.
|
public DriverLoadException(java.lang.String msg)
msg - the exception messagepublic DriverLoadException(java.lang.Throwable ex)
ex - the cause of the exceptionpublic DriverLoadException(java.lang.String msg,
java.lang.Throwable ex)
msg - the exception messageex - the cause of the exceptionCopyright© 2012-21 Jeremy Long. All Rights Reserved.