Class DriverLoadException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class DriverLoadException
    extends java.lang.Exception
    An exception thrown the database driver is unable to be loaded.
    Author:
    Jeremy Long
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DriverLoadException

        public DriverLoadException​(java.lang.String msg)
        Creates an DriverLoadException.
        Parameters:
        msg - the exception message
      • DriverLoadException

        public DriverLoadException​(java.lang.Throwable ex)
        Creates an DriverLoadException.
        Parameters:
        ex - the cause of the exception
      • DriverLoadException

        public DriverLoadException​(java.lang.String msg,
                                   java.lang.Throwable ex)
        Creates an DriverLoadException.
        Parameters:
        msg - the exception message
        ex - the cause of the exception