Package org.localify.data.ingest
Class BadDatabaseStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.localify.data.ingest.BadDatabaseStateException
- All Implemented Interfaces:
Serializable
Exception thrown when the database is in a bad state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadDatabaseStateException(String message) Constructs a new BadDatabaseStateException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadDatabaseStateException
Constructs a new BadDatabaseStateException with the specified message.- Parameters:
message- The detail message.
-