public class DriverInitializationException extends RuntimeException
driver factory's create method.
If this Exception is thrown in a reaction to another exception, the original exception MUST be always included,
i.e. a constructor with cause has to be used.| Constructor and Description |
|---|
DriverInitializationException() |
DriverInitializationException(String message) |
DriverInitializationException(String message,
Throwable cause) |
DriverInitializationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All Rights Reserved.