Class BadDatabaseStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.localify.data.ingest.BadDatabaseStateException
All Implemented Interfaces:
Serializable

public class BadDatabaseStateException extends Exception
Exception thrown when the database is in a bad state.
See Also:
  • Constructor Details

    • BadDatabaseStateException

      public BadDatabaseStateException(String message)
      Constructs a new BadDatabaseStateException with the specified message.
      Parameters:
      message - The detail message.