Class DBInitException

All Implemented Interfaces:
ExceptionWithContext, Serializable

public class DBInitException extends DBOpException
Thrown when something goes wrong with Database#init.
See Also:
  • Constructor Details

    • DBInitException

      public DBInitException(String message, Throwable cause)
    • DBInitException

      public DBInitException(String message)