Class UnexpectedDBException

    • Constructor Detail

      • UnexpectedDBException

        public UnexpectedDBException​(String message,
                                     @Nullable
                                     String query,
                                     @Nullable
                                     SQLException exception)
      • UnexpectedDBException

        public UnexpectedDBException​(String message,
                                     String query)
      • UnexpectedDBException

        public UnexpectedDBException​(String message)
      • UnexpectedDBException

        public UnexpectedDBException​(String message,
                                     SQLException exception)