Package org.nuxeo.launcher.commons
Class DatabaseDriverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.launcher.commons.DatabaseDriverException
-
- All Implemented Interfaces:
Serializable
public class DatabaseDriverException extends Exception
Used when detecting an issue with database driver- Since:
- 5.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseDriverException(Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseDriverException
public DatabaseDriverException(Exception e)
-
-