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