public final class InvalidDatabaseException extends RuntimeException
| Constructor and Description |
|---|
InvalidDatabaseException(String message)Create an exception with the given message. |
InvalidDatabaseException(String message,
Throwable cause)Create an exception with the given message and cause. |
addSuppressed, 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.