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