Serializablepublic final class InvalidDatabaseException extends RuntimeException
| Constructor | Description |
|---|---|
InvalidDatabaseException(String message) |
|
InvalidDatabaseException(String message,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDatabaseException(String message)
message - A message describing the reason why the exception was thrown.