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